diff --git a/src/store/index.js b/src/store/index.js index b0589f774..7bc938474 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -88,7 +88,7 @@ export const store = createStore({ }, vikunjaReady(state, ready) { state.vikunjaReady = ready - } + }, }, actions: { async [CURRENT_LIST]({state, commit}, currentList) {