Fix: Refactors error prone checks (#1947)
This commit is contained in:
parent
e289106c5b
commit
4657e5c713
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ export default {
|
|||
},
|
||||
shouldShowSpinner() {
|
||||
return (
|
||||
this.getMessages.dataFetched === undefined ||
|
||||
(this.getMessages && this.getMessages.dataFetched === undefined) ||
|
||||
(!this.listLoadingStatus && this.isLoadingPrevious)
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue