diff --git a/src/Reports/ReportList.tsx b/src/Reports/ReportList.tsx
index ad264cf..e35710c 100644
--- a/src/Reports/ReportList.tsx
+++ b/src/Reports/ReportList.tsx
@@ -81,14 +81,15 @@ export function ReportList({ reports, loading, fields, selectedId, onView, onReg
{amounts}
)}
- {fields && (
-
-
-
- )}
+ {fields && (
+
+
+
+ )}
+
} onClick={() => onView(report.id)}>
View