orders
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-23 19:40:17 +03:30
parent 1bea0ed3ec
commit f1d0a661e7
+1 -1
View File
@@ -34,7 +34,7 @@ const MyOrders: FC = () => {
items={[
{ label: 'همه', value: TabMyOrdersEnum.ALL },
{ label: 'در حال انجام', value: TabMyOrdersEnum.IN_PROGRESS },
{ label: 'تکمیل داده شده', value: TabMyOrdersEnum.DELIVERED },
{ label: 'تکمیل شده', value: TabMyOrdersEnum.DELIVERED },
{ label: 'کنسل شده', value: TabMyOrdersEnum.CANCELLED },
]}
activeTab={activeTab}