From c02b074b070c7d7623b04d2363b75ce416097dd5 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Mon, 19 Apr 2021 20:00:23 -0800 Subject: [PATCH] fix language hydration --- frontend/src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/store/index.js b/frontend/src/store/index.js index f8f17282..acb05434 100644 --- a/frontend/src/store/index.js +++ b/frontend/src/store/index.js @@ -12,7 +12,7 @@ Vue.use(Vuex); const store = new Vuex.Store({ plugins: [ createPersistedState({ - paths: ["userSettings", "language", "SideSettings"], + paths: ["userSettings", "language.lang", "siteSettings"], }), ], modules: {