fix: error if no banner
This commit is contained in:
parent
98ba4a2b55
commit
12ae9653ec
|
@ -27,7 +27,7 @@
|
||||||
:style="{
|
:style="{
|
||||||
backgroundImage: `url('${user.bannerUrl}')`,
|
backgroundImage: `url('${user.bannerUrl}')`,
|
||||||
'--backgroundImageStatic': defaultStore
|
'--backgroundImageStatic': defaultStore
|
||||||
.state.useBlurEffect
|
.state.useBlurEffect && user.bannerUrl
|
||||||
? `url('${getStaticImageUrl(
|
? `url('${getStaticImageUrl(
|
||||||
user.bannerUrl,
|
user.bannerUrl,
|
||||||
)}')`
|
)}')`
|
||||||
|
|
Loading…
Reference in New Issue