withdraw request
This commit is contained in:
@@ -499,17 +499,17 @@ const SellersSubMenu: FC = () => {
|
||||
<SubMenuItem
|
||||
title={'لیست فروشندگان'}
|
||||
isActive={isActive('list')}
|
||||
link="/sellers/list"
|
||||
link={Pages.sellers.list}
|
||||
/>
|
||||
<SubMenuItem
|
||||
title={'کیف پول فروشندگان'}
|
||||
isActive={isActive('wallet')}
|
||||
link="/sellers/wallet"
|
||||
link={Pages.sellers.withdrawalRequests}
|
||||
/>
|
||||
<SubMenuItem
|
||||
title={'درخواست ها عمده فروشی'}
|
||||
isActive={isActive('wholesale-requests')}
|
||||
link="/sellers/wholesale-requests"
|
||||
link={Pages.sellers.wholesaleRequests}
|
||||
/>
|
||||
<SubMenuItem
|
||||
title={'ارسال اطلاعیه'}
|
||||
|
||||
Reference in New Issue
Block a user