diff --git a/src/app/components/race-details/race-details.component.html b/src/app/components/race-details/race-details.component.html index b8efc72..b19f6d9 100644 --- a/src/app/components/race-details/race-details.component.html +++ b/src/app/components/race-details/race-details.component.html @@ -4,7 +4,6 @@ Palm Springs Road Three diff --git a/src/app/components/weekly-standings-table/weekly-standings-table.component.html b/src/app/components/weekly-standings-table/weekly-standings-table.component.html index 512cf48..e1c7049 100644 --- a/src/app/components/weekly-standings-table/weekly-standings-table.component.html +++ b/src/app/components/weekly-standings-table/weekly-standings-table.component.html @@ -1,26 +1,25 @@
- + - - + + - + - - - - - + + + + diff --git a/src/app/components/weekly-standings-table/weekly-standings-table.component.ts b/src/app/components/weekly-standings-table/weekly-standings-table.component.ts index 056791c..52e3c3b 100644 --- a/src/app/components/weekly-standings-table/weekly-standings-table.component.ts +++ b/src/app/components/weekly-standings-table/weekly-standings-table.component.ts @@ -7,7 +7,7 @@ import { SeasonWeekEntry } from '../../models/season'; styleUrls: ['./weekly-standings-table.component.scss'] }) export class WeeklyStandingsTableComponent { - displayedColumns: string[] = ['position', 'name', 'gameHandle', 'runTime']; + displayedColumns: string[] = ['position', 'name', 'runTime', 'ghost']; @Input() dataSource?: SeasonWeekEntry[]; formatMilliseconds(milliseconds: number)
No. {{element.position}} Name {{element.racer.name}} Name {{element.racer.name}} ({{element.racer.gameHandle}}) runTime Time {{formatMilliseconds(element.timeInMilliseconds)}} gamerTag {{element.racer.gameHandle}} Ghost