Hide menu when clicking nav

This commit is contained in:
James Ketr 2025-04-18 16:54:57 -07:00
parent 94d1581a7a
commit fe9e563da7

View File

@ -853,6 +853,7 @@ const App = () => {
const handleTabChange = (event: React.SyntheticEvent, newValue: number) => {
setTab(newValue);
handleMenuClose();
};