changed am section on sidebar to v-show allowing css manipulation

This commit is contained in:
booploops 2022-07-12 18:07:59 -07:00
parent c219758207
commit aa89baa722
2 changed files with 3 additions and 3 deletions

View file

@ -1226,7 +1226,7 @@ const app = new Vue({
} else if (this.cfg.visual.directives[directive]) {
return this.cfg.visual.directives[directive]
} else {
return ""
return false
}
},
unauthorize() {