diff --git a/src/pages/receipts/List.tsx b/src/pages/receipts/List.tsx index f1b1da5..c0bf121 100644 --- a/src/pages/receipts/List.tsx +++ b/src/pages/receipts/List.tsx @@ -51,16 +51,16 @@ const ReceiptsList: FC = () => { label: t('receip.paid'), value: 'PAID' }, - { - icon: , - label: t('receip.archive'), - value: 'ARCHIVED' - }, { icon: , label: t('receip.overdue'), value: 'OVERDUE' }, + { + icon: , + label: t('receip.archive'), + value: 'ARCHIVED' + }, ]} onChange={(value) => setActiveTab(value as InvoiceStatus)} /> @@ -87,7 +87,7 @@ const ReceiptsList: FC = () => { { getInvoices.isPending ? - + : getInvoices.data?.data?.invoices?.map((item: ReceiptItemType) => { return (