perfoama invoice

This commit is contained in:
hamid zarghami
2025-10-19 10:16:15 +03:30
parent 8ce42653cf
commit f3df4ccfc2
7 changed files with 127 additions and 9 deletions
+2 -2
View File
@@ -60,8 +60,8 @@ const SideBar: FC = () => {
<SideBarItem
icon={<Receipt21 size={iconSizeSideBar} color='#4F5260' />}
title={t('sidebar.preFactors')}
isActive={isActive('/pre-factors')}
link={Paths.preFactors}
isActive={isActive('/proforma-invoice')}
link={Paths.proformaInvoice}
/>
</div>