harden media
This commit is contained in:
@@ -12,7 +12,7 @@ export class RaceDetailEntryViewModel {
|
||||
this.id = dto.id;
|
||||
this.name = dto.name;
|
||||
this.country = dto.country;
|
||||
this.avatarUrl = dto.avatarUrl;
|
||||
this.avatarUrl = dto.avatarUrl || '';
|
||||
this.isCurrentUser = dto.id === currentDriverId;
|
||||
this.rating = rating ?? null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user