mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
fix: error if no banner
This commit is contained in:
parent
b800864752
commit
141ab4a96b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
:style="{
|
||||
backgroundImage: `url('${user.bannerUrl}')`,
|
||||
'--backgroundImageStatic': defaultStore
|
||||
.state.useBlurEffect
|
||||
.state.useBlurEffect && user.bannerUrl
|
||||
? `url('${getStaticImageUrl(
|
||||
user.bannerUrl,
|
||||
)}')`
|
||||
|
|
Loading…
Reference in a new issue