Skip to content

Commit

Permalink
fix: hide app-page-busy component
Browse files Browse the repository at this point in the history
  • Loading branch information
petrot committed Apr 23, 2018
1 parent aa702d7 commit dec5b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/hike-edit/hike-edit.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ <h4 class="card-title">Pois</h4>
</div>
</div>

<app-page-busy [text]='working$ | async' [hidden]='!(working$ | async)'></app-page-busy>
<!--app-page-busy [text]='working$ | async' [hidden]='!(working$ | async)'></app-page-busy-->

0 comments on commit dec5b04

Please sign in to comment.