[web] Remove useless getters of the store

This commit is contained in:
Alain Nussbaumer
2024-02-21 12:29:16 +01:00
parent bb43de465f
commit 3cadee1d48
4 changed files with 3 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ export default {
},
lyrics_visible() {
return this.$store.getters.lyrics_pane
return this.$store.state.lyrics.pane
},
player() {