Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
dbf49527
Verified
Commit
dbf49527
authored
Jul 28, 2022
by
Chocobozzz
Browse files
Fix broken admin page
parent
adc94cf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/app/shared/shared-actor-image/actor-avatar.component.ts
View file @
dbf49527
...
...
@@ -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
'
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment