Fix broken admin page

pull/5163/head
Chocobozzz 2022-07-28 08:45:25 +02:00
parent adc94cf09c
commit dbf4952717
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -140,6 +140,6 @@ export class ActorAvatarComponent implements OnChanges {
const theme = Object.keys(themes)
.find(chars => chars.includes(initialLowercase))
return themes[theme]
return themes[theme] || 'blue'
}
}