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): show the season number again
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Sep 14, 2020
1 parent bdc5bb8 commit 8aae71a
Show file tree
Hide file tree
Showing 3 changed files with 1,200 additions 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 @@ -51,7 +51,7 @@
<span *ngIf="ready">
<span *ngIf="isFinished()">
<ion-item lines="none">
<h4>This season is over.</h4>
<h4>Season {{data.seasonNumber}} is over.</h4>
</ion-item>
<ion-item lines="none" *ngIf="getWinner() && getWinner().fullName">
<h4>The <span [style]="'color: ' + getWinner().mainColor">{{getWinner().fullName}}</span> are the Champions!</h4>
Expand Down
Loading

0 comments on commit 8aae71a

Please sign in to comment.