harden media

This commit is contained in:
2025-12-31 15:39:28 +01:00
parent 92226800df
commit 8260bf7baf
413 changed files with 8361 additions and 1544 deletions

View File

@@ -17,7 +17,7 @@ export class DashboardDriverSummaryViewModel {
}
get avatarUrl(): string {
return this.dto.avatarUrl;
return this.dto.avatarUrl || '';
}
get country(): string {
@@ -153,7 +153,7 @@ export class DashboardFriendSummaryViewModel {
}
get avatarUrl(): string {
return this.dto.avatarUrl;
return this.dto.avatarUrl || '';
}
get country(): string {