More informative empty state for scenes
This commit is contained in:
parent
e7536289cb
commit
ecf56729b0
2 changed files with 38 additions and 2 deletions
|
@ -139,7 +139,11 @@ export class ProfileUiModel {
|
|||
}
|
||||
|
||||
async loadMore() {
|
||||
if (!this.currentView.isLoading && !this.currentView.hasError) {
|
||||
if (
|
||||
!this.currentView.isLoading &&
|
||||
!this.currentView.hasError &&
|
||||
!this.currentView.isEmpty
|
||||
) {
|
||||
await this.currentView.loadMore()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue