diff --git a/app/components/ReportSheetViewModal.tsx b/app/components/ReportSheetViewModal.tsx index 79a4308..764d129 100644 --- a/app/components/ReportSheetViewModal.tsx +++ b/app/components/ReportSheetViewModal.tsx @@ -694,7 +694,9 @@ function ReportSheetNotes({ report }: { report: any }) {
+
           {report.notes || 'No additional notes'}
+          
diff --git a/app/components/ReportViewModal.tsx b/app/components/ReportViewModal.tsx index 03868eb..d0c9079 100644 --- a/app/components/ReportViewModal.tsx +++ b/app/components/ReportViewModal.tsx @@ -474,8 +474,10 @@ function ReportNotes({ report }: { report: any }) { Notes & Comments
-
+
+
           {report.notes || 'No additional notes'}
+          
diff --git a/prisma/dev.db b/prisma/dev.db index 62e1655..3cfdf99 100644 Binary files a/prisma/dev.db and b/prisma/dev.db differ