harden media
This commit is contained in:
@@ -26,7 +26,7 @@ export class TeamMemberViewModel {
|
||||
this.role = normalizeTeamRole(dto.role);
|
||||
this.joinedAt = dto.joinedAt;
|
||||
this.isActive = dto.isActive;
|
||||
this.avatarUrl = dto.avatarUrl;
|
||||
this.avatarUrl = dto.avatarUrl || '';
|
||||
this.currentUserId = currentUserId;
|
||||
this.teamOwnerId = teamOwnerId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user