remove unused mapState items from board

This commit is contained in:
Gamebrary 2020-08-22 11:59:27 -07:00
parent 5f947eddca
commit 7fec836d28

View file

@ -44,7 +44,7 @@ export default {
},
computed: {
...mapState(['user', 'gameLists', 'platform', 'boards', 'games', 'dragging', 'board']),
...mapState(['user', 'dragging', 'board']),
},
mounted() {