diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/shared-actor-image/actor-avatar.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-actor-image/actor-avatar.component.ts b/client/src/app/shared/shared-actor-image/actor-avatar.component.ts index 437de1d50..5598b25f6 100644 --- a/client/src/app/shared/shared-actor-image/actor-avatar.component.ts +++ b/client/src/app/shared/shared-actor-image/actor-avatar.component.ts | |||
@@ -140,6 +140,6 @@ export class ActorAvatarComponent implements OnChanges { | |||
140 | const theme = Object.keys(themes) | 140 | const theme = Object.keys(themes) |
141 | .find(chars => chars.includes(initialLowercase)) | 141 | .find(chars => chars.includes(initialLowercase)) |
142 | 142 | ||
143 | return themes[theme] | 143 | return themes[theme] || 'blue' |
144 | } | 144 | } |
145 | } | 145 | } |