Fix empty states for scene members and memberships
This commit is contained in:
parent
829fa175d0
commit
23fd43e306
3 changed files with 38 additions and 14 deletions
|
|
@ -42,7 +42,7 @@ export class MembersViewModel {
|
|||
}
|
||||
|
||||
get hasContent() {
|
||||
return this.subject.did !== ''
|
||||
return this.members.length !== 0
|
||||
}
|
||||
|
||||
get hasError() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue