diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index f1b28dc..72223f3 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -853,6 +853,7 @@ const App = () => { const handleTabChange = (event: React.SyntheticEvent, newValue: number) => { setTab(newValue); + handleMenuClose(); };