fix: error if no banner

This commit is contained in:
freeplay 2023-07-09 00:42:49 -04:00
parent 98ba4a2b55
commit 12ae9653ec
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
:style="{
backgroundImage: `url('${user.bannerUrl}')`,
'--backgroundImageStatic': defaultStore
.state.useBlurEffect
.state.useBlurEffect && user.bannerUrl
? `url('${getStaticImageUrl(
user.bannerUrl,
)}')`