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

@@ -50,7 +50,7 @@ services:
- ./frontend/styles:/app/styles
- ./frontend/components:/app/components
- ./frontend/locales:/app/locales
- ./frontend/i18n.js:/app/i18n.js
- ./frontend/next-i18next.config.js:/app/next-i18next.config.js
env_file: .env
environment:
- NEXT_PUBLIC_ENV=development

View File

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