Skip to content
Snippets Groups Projects
Commit 4f9fadbe authored by Henrik Askjer's avatar Henrik Askjer
Browse files

remove unnecessary parameter

parent 45798b60
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ const store = new Vuex.Store({ ...@@ -50,7 +50,7 @@ const store = new Vuex.Store({
localStorage.removeItem("showHGNO") localStorage.removeItem("showHGNO")
localStorage.removeItem("showInflectionNo") localStorage.removeItem("showInflectionNo")
localStorage.removeItem("currentLocale") localStorage.removeItem("currentLocale")
context.commit("initStore", context) context.commit("initStore")
}, },
} }
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment