Skip to content

Commit

Permalink
remove unnecessary bangs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hill authored and Matt Hill committed Jun 27, 2022
1 parent 44cf639 commit 8d20342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
>
<ng-container *ngIf="checks.length">
<ion-item-divider>Health Checks</ion-item-divider>
<ng-container *ngIf="!!(disconnected$ | async); else connected">
<ng-container *ngIf="disconnected$ | async; else connected">
<ion-item *ngFor="let health of checks">
<ion-avatar slot="start">
<ion-skeleton-text class="avatar"></ion-skeleton-text>
Expand Down

0 comments on commit 8d20342

Please sign in to comment.