fix(frontend): navigate not working

This commit is contained in:
이강준
2022-12-26 20:33:48 +09:00
parent 0e53b78708
commit bd97e9ebef
2 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ export default function Layout({ children }: LayoutProps) {
emoji: <FontAwesomeIcon icon={faGear} />,
},
],
[t]
[t, workspaceMapping, workspaceSelected]
);
useEffect(() => {