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() {
|
shouldShowSpinner() {
|
||||||
return (
|
return (
|
||||||
this.getMessages.dataFetched === undefined ||
|
(this.getMessages && this.getMessages.dataFetched === undefined) ||
|
||||||
(!this.listLoadingStatus && this.isLoadingPrevious)
|
(!this.listLoadingStatus && this.isLoadingPrevious)
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue