linter fixes

This commit is contained in:
Gamebrary 2020-09-09 16:42:19 -07:00
parent b6fed65da8
commit 4034b49c0b
2 changed files with 4 additions and 5 deletions

View file

@ -56,7 +56,6 @@ export default {
{ title: 'Error', variant: 'danger' });
});
}
}
},

View file

@ -136,14 +136,14 @@ export default {
Boards,
},
computed: {
...mapState(['notification']),
},
data() {
return {
activeTab: 0,
};
},
computed: {
...mapState(['notification']),
},
};
</script>