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

This commit is contained in:
2026-07-14 22:49:57 +03:30
parent 8b9ca1707c
commit 7918547137
2 changed files with 22 additions and 9 deletions
-9
View File
@@ -255,15 +255,6 @@ const OrderDetails: FC = () => {
<h1 className='text-lg font-light'>
سفارش {formatFaNumber(order.orderNumber)}
</h1>
{/* <div>
<Select
items={statusItems}
value={order.status}
placeholder={t(`order_status.${order.status}`)}
className='w-[200px]'
style={{ backgroundColor: getStatusColor(order.status) }}
/>
</div> */}
</div>
<div className='flex gap-7 mt-9'>