From caad0e2b0242e4f10a4b2fe8efcbfdcf271ae654 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 20 Mar 2025 14:12:37 +0700 Subject: [PATCH] add menu --- src/pages/menu/manage-menu/blocks/AddDIalog.tsx | 2 +- src/routing/AppRoutingSetup.tsx | 15 +++------------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/src/pages/menu/manage-menu/blocks/AddDIalog.tsx b/src/pages/menu/manage-menu/blocks/AddDIalog.tsx index cc581ed..15d9a74 100644 --- a/src/pages/menu/manage-menu/blocks/AddDIalog.tsx +++ b/src/pages/menu/manage-menu/blocks/AddDIalog.tsx @@ -143,7 +143,7 @@ const AddDialog = () => { id: 'uncontrolled-native', }} > - + { parents ? parents.map((el: any) => ( diff --git a/src/routing/AppRoutingSetup.tsx b/src/routing/AppRoutingSetup.tsx index 70d1e2a..fa6500f 100644 --- a/src/routing/AppRoutingSetup.tsx +++ b/src/routing/AppRoutingSetup.tsx @@ -50,11 +50,7 @@ const AppRoutingSetup = (): ReactElement => { } /> } /> } /> - - } - /> + }/> } /> @@ -62,9 +58,9 @@ const AppRoutingSetup = (): ReactElement => { } /> } /> + } /> } /> - } /> } /> } /> @@ -77,16 +73,11 @@ const AppRoutingSetup = (): ReactElement => { } /> } /> } /> - } /> - } /> - } /> } /> - } + } />