Skip to content

Commit

Permalink
fix: Add back missing ngIf after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
raitisbe committed Jun 23, 2022
1 parent 115bc9f commit c77c6a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<i class="glyphicon icon-chevron-left"></i>
</button>
<button class="btn btn-sm text-info px-0" (click)="$event.preventDefault();showTimeSelect()"
[hidden]="selectVisible">
<span [hidden]="!currentTimeDefined()">
*ngIf="availableTimesFetched; else loading">
<span *ngIf="currentTime; else outOfRange">
{{currentTime | date:timeDisplayFormat:timeDisplayFormat}}
</span>
</button>
Expand Down

0 comments on commit c77c6a4

Please sign in to comment.