Make deep clone of resources, access state by getter
This commit is contained in:
@@ -20,7 +20,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
cardsShown() {
|
||||
return this.$store.state.Sidebar.cardsShown;
|
||||
return this.$store.getters['Sidebar/isCardsShown']
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user