ui: readability improvements

This commit is contained in:
Aaron Greenspan
2021-01-19 17:18:10 -07:00
committed by Aiden McClelland
parent 66ddf752ac
commit d224b7a114
4 changed files with 53 additions and 54 deletions

View File

@@ -35,7 +35,7 @@ export class AppAvailableListPage {
markAsLoadingDuringP(this.$loading$, Promise.all([
this.getApps(),
this.osUpdateService.checkForUpdates(), // checks for an os update, banner component renders conditionally
this.osUpdateService.checkWhenNotAvailable$().toPromise(), // checks for an os update, banner component renders conditionally
pauseFor(600),
]))
}