Remove unnecessary getter function call

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
Marco Ambrosini 2019-11-19 14:20:14 +01:00
Родитель 931308addf
Коммит 50030fa19c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -88,7 +88,7 @@ export default {
computed: {
show() {
return this.$store.getters.getSidebarStatus()
return this.$store.getters.getSidebarStatus
},
opened() {
return !!this.token && this.show