Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
fix(live-feed): change wording when no games
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Sep 11, 2020
1 parent deee4e0 commit 5819a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/live-feed/live-feed.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h4 *ngIf="data && data.games" class="ion-no-margin">Postseason Round {{data.gam
<h4 *ngIf="data && data.games" class="ion-no-margin">Season {{data.games.season.seasonNumber}}, Day {{data.games.sim.day}}</h4>
</ion-item>
<ion-item lines="none" *ngIf="segment === 'active' && (!games || games.length === 0)">
No more active games for day {{data.games.sim.day}}.
No active games for day {{data.games.sim.day}}.
</ion-item>
<ion-grid>
<ion-row>
Expand Down

0 comments on commit 5819a1a

Please sign in to comment.