fix issues
This commit is contained in:
@@ -40,6 +40,10 @@ export class RaceListItemViewModel {
|
||||
this.isPast = dto.isPast;
|
||||
}
|
||||
|
||||
get title(): string {
|
||||
return `${this.track} - ${this.car}`;
|
||||
}
|
||||
|
||||
/** UI-specific: Formatted scheduled time */
|
||||
get formattedScheduledTime(): string {
|
||||
return new Date(this.scheduledAt).toLocaleString();
|
||||
|
||||
Reference in New Issue
Block a user