first after 100 3
This commit is contained in:
parent
cb0960299d
commit
367a4c9734
@ -694,7 +694,9 @@ function ReportSheetNotes({ report }: { report: any }) {
|
|||||||
</div>
|
</div>
|
||||||
<div className="border-2 border-black mb-4 min-h-[100px]">
|
<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'}
|
{report.notes || 'No additional notes'}
|
||||||
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@ -475,7 +475,9 @@ function ReportNotes({ report }: { report: any }) {
|
|||||||
</div>
|
</div>
|
||||||
<div className="border-2 border-black mb-4 min-h-[100px]">
|
<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'}
|
{report.notes || 'No additional notes'}
|
||||||
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|||||||
BIN
prisma/dev.db
BIN
prisma/dev.db
Binary file not shown.
Loading…
Reference in New Issue
Block a user