diff --git a/app/(main)/rapports/ca/page.tsx b/app/(main)/rapports/ca/page.tsx index 3ad3ca0..63ea3d5 100644 --- a/app/(main)/rapports/ca/page.tsx +++ b/app/(main)/rapports/ca/page.tsx @@ -337,7 +337,7 @@ const ChiffreAffairesPage = () => { const typeBodyTemplate = (rowData: CADetail) => { let severity: "success" | "warning" | "danger" | "info" = 'info'; - let label = rowData.type; + let label: string = rowData.type; switch (rowData.type) { case 'FACTURE':