From 39d01d6e2e19d56081c0c34e4e4306b702e573bf Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Tue, 26 Aug 2025 16:13:20 +0330 Subject: [PATCH] detail order fix bug --- src/app/profile/orders/[id]/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/profile/orders/[id]/page.tsx b/src/app/profile/orders/[id]/page.tsx index 12142e5..b8d78ee 100644 --- a/src/app/profile/orders/[id]/page.tsx +++ b/src/app/profile/orders/[id]/page.tsx @@ -13,6 +13,7 @@ import Select from '@/components/Select' import Input from '@/components/Input' import withLayout from '@/hoc/withLayout' import Image from 'next/image' +import Menu from '../../components/Menu' // Mock data const mockOrderDetail = { @@ -134,7 +135,10 @@ const OrderDetail: FC = () => { return (
-
+ + + +