Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
No loadshedding stage
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleAxe committed Oct 8, 2023
1 parent f8fdf97 commit 05882ee
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ <h3><strong>{{ result.name }}</strong></h3>
<ion-row *ngIf="isLocationProvided && isAreaFound; else areaNotAvailable">
<ion-col size="12" class="ion-text-center"><h2>{{ suburbName }}</h2></ion-col>
<ion-col size="12" class="ion-text-center">
<ion-chip [color]="chipColor">
<ion-chip *ngIf="loadsheddingStage > 0" [color]="chipColor">
Current Stage: {{ loadsheddingStage }}
</ion-chip>
<ion-chip *ngIf="loadsheddingStage <= 0" [color]="chipColor">
No Loadshedding
</ion-chip>
</ion-col>
<ion-col>
<ion-card *ngFor="let time of loadshedTimes">
Expand Down

0 comments on commit 05882ee

Please sign in to comment.