зеркало из https://github.com/nextcloud/spreed.git
Remove unnecessary getter function call
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
Родитель
931308addf
Коммит
50030fa19c
|
@ -88,7 +88,7 @@ export default {
|
|||
|
||||
computed: {
|
||||
show() {
|
||||
return this.$store.getters.getSidebarStatus()
|
||||
return this.$store.getters.getSidebarStatus
|
||||
},
|
||||
opened() {
|
||||
return !!this.token && this.show
|
||||
|
|
Загрузка…
Ссылка в новой задаче