Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Sep 5, 2023
1 parent f55fe62 commit eb48399
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/stores/AppStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ export default class AppStore {
* Whether the app is done loading and ready to be displayed
*/
get isReady() {
// return !this.isAppLoading && this.isGatewayReady /* && this.isNetworkConnected */;
return false;
return !this.isAppLoading && this.isGatewayReady /* && this.isNetworkConnected */;
}
}

Expand Down

0 comments on commit eb48399

Please sign in to comment.