From a341cbd166c8dc826edb44e20c244cd310bd6c3f Mon Sep 17 00:00:00 2001 From: ajnart Date: Wed, 4 Jan 2023 22:46:25 +0900 Subject: [PATCH] Remove i18n cimode --- src/components/Dashboard/Dashboard.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Dashboard/Dashboard.tsx b/src/components/Dashboard/Dashboard.tsx index 022f4462d..35acd4d39 100644 --- a/src/components/Dashboard/Dashboard.tsx +++ b/src/components/Dashboard/Dashboard.tsx @@ -1,4 +1,3 @@ -import { i18n } from 'next-i18next'; import { MobileRibbons } from './Mobile/Ribbon/MobileRibbon'; import { DashboardDetailView } from './Views/DetailView'; import { DashboardEditView } from './Views/EditView'; @@ -6,7 +5,6 @@ import { useEditModeStore } from './Views/useEditModeStore'; export const Dashboard = () => { const isEditMode = useEditModeStore((x) => x.enabled); - i18n?.changeLanguage('cimode'); return ( <>