Fix content block bug
This commit is contained in:
parent
04cfa18853
commit
981302192c
|
|
@ -174,6 +174,9 @@
|
|||
return this.me.selectedClass;
|
||||
},
|
||||
hidden() {
|
||||
if (!this.contentBlock.id || !this.contentBlock.visibleFor || !this.contentBlock.hiddenFor) {
|
||||
return false;
|
||||
}
|
||||
if (this.contentBlock.userCreated) {
|
||||
if (this.schoolClass.id === '') {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue