change create coupon

This commit is contained in:
hamid zarghami
2025-12-07 09:05:40 +03:30
parent 7558dbb586
commit 2403a314d9
7 changed files with 48 additions and 46 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ const SideBar: FC = () => {
icon={<TicketDiscount variant={isActive('discounts') ? 'Bold' : 'Outline'} color={isActive('discounts') ? 'black' : '#8C90A3'} size={iconSizeSideBar} />}
title={t('sidebar.discount')}
isActive={isActive('discounts')}
link={Pages.discount.list}
link={Pages.coupons.list}
name='discounts'
activeName='discounts'
/>