first after 100 3

This commit is contained in:
yznahmad 2025-12-04 11:35:38 +03:00
parent cb0960299d
commit 367a4c9734
3 changed files with 5 additions and 1 deletions

View File

@ -694,7 +694,9 @@ function ReportSheetNotes({ report }: { report: any }) {
</div>
<div className="border-2 border-black mb-4 min-h-[100px]">
<div className="p-4 text-center">
<pre>
{report.notes || 'No additional notes'}
</pre>
</div>
</div>
</>

View File

@ -474,8 +474,10 @@ function ReportNotes({ report }: { report: any }) {
Notes & Comments
</div>
<div className="border-2 border-black mb-4 min-h-[100px]">
<div className="p-4 text-center">
<div className="p-4 text-center">
<pre>
{report.notes || 'No additional notes'}
</pre>
</div>
</div>
</>

Binary file not shown.