fix: lint

This commit is contained in:
kolaente 2021-10-31 22:01:33 +01:00
parent a7a7c75dc5
commit 8edae1114f
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export const store = createStore({
},
vikunjaReady(state, ready) {
state.vikunjaReady = ready
}
},
},
actions: {
async [CURRENT_LIST]({state, commit}, currentList) {