Some comments code cleanup

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-01-25 09:52:30 +01:00
parent 739a92e9a3
commit ad069e5e14
10 changed files with 187 additions and 163 deletions

View File

@@ -95,7 +95,7 @@ export default new Vuex.Store({
},
currentBoardLabels: state => {
return state.currentBoard ? state.currentBoard.labels : []
}
},
},
mutations: {
toggleShowArchived(state) {