Fix BigInt custom scalar type + lint issues

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2026-01-02 11:30:12 +01:00
committed by Bryan Frimin
parent e80766509a
commit 4adb52cfc5
7 changed files with 13 additions and 13 deletions

View File

@@ -224,7 +224,7 @@ function ReportRow(props: ReportRowProps) {
<Td>{report.reportName}</Td>
<Td>{formatDate(report.reportDate)}</Td>
<Td>{formatDate(report.validUntil)}</Td>
<Td>{fileSize(__, report.file?.size)}</Td>
<Td>{fileSize(__, report.file?.size ?? 0)}</Td>
{!props.isSnapshotMode && props.canDelete && (
<Td width={50} className="text-end">
<ActionDropdown>