Commit d6dc962d authored by Coung Ngo's avatar Coung Ngo

Update hide labels from issue board cards

This commit fixes comments given on a merge request
parent 113a74d0
...@@ -7,9 +7,7 @@ const notImplemented = () => { ...@@ -7,9 +7,7 @@ const notImplemented = () => {
export default { export default {
[mutationTypes.TOGGLE_LABELS]: state => { [mutationTypes.TOGGLE_LABELS]: state => {
Object.assign(state, { state.isShowingLabels = !state.isShowingLabels;
isShowingLabels: !state.isShowingLabels,
});
}, },
[mutationTypes.REQUEST_AVAILABLE_BOARDS]: () => { [mutationTypes.REQUEST_AVAILABLE_BOARDS]: () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment