mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-16 11:33:48 +00:00
fix(AvatarImage): url no longer uses null
This commit is contained in:
parent
34c5ce1688
commit
f1f30b920a
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ const Settings = () => {
|
|||
`url('${require('/images/anonymous.png')}')`
|
||||
:
|
||||
profile.auth.user.avatar ?
|
||||
`url('${profile.auth.user.avatar}')`
|
||||
`url('${profile.auth.user.avatar}')`
|
||||
:
|
||||
`url('${require('/images/default_avatar.png')}')`
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue