This commit is contained in:
2026-07-23 18:13:48 +03:30
parent a5ac1d6a24
commit 2599eac261
10 changed files with 224 additions and 72 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ const Stats: FC = () => {
<StatCard
count={stats?.unconfirmedInvoicesCount}
description={t('home.factureCount')}
to={`${Paths.perfomaInvoice.list}?tab=${ProformaInvoiceStatusEnum.NOT_CONFIRMED}`}
to={`${Paths.perfomaInvoice.list}?tab=${ProformaInvoiceStatusEnum.PENDING}`}
icon={<ReceiptText
size={27}
color={COLORS.primary}