Skip to content

Commit

Permalink
#837 - removing loading spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Nov 11, 2024
1 parent 9e4aed7 commit c8e9cd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/brew/associated-brews/associated-brews.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export class AssociatedBrewsComponent {
public async loadBrews() {
let relatedBrews: Array<Brew>;

await this.uiAlert.showLoadingSpinner();
if (this.type === 'preparation') {
relatedBrews = this.uiPreparationHelper.getAllBrewsForThisPreparation(
this.uuid
Expand All @@ -98,7 +97,6 @@ export class AssociatedBrewsComponent {
}

this.associatedBrews = UIBrewHelper.sortBrews(relatedBrews);
await this.uiAlert.hideLoadingSpinner();
this.retriggerScroll();
}

Expand Down

0 comments on commit c8e9cd9

Please sign in to comment.