Fall back to nsfw image if no blurhash

This commit is contained in:
floatingghost 2022-12-30 05:03:25 +00:00 committed by eris
parent 1edc1a2ec7
commit 3e19a6091f
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
@click.prevent.stop="toggleHidden"
>
<Blurhash
v-if="useBlurhash"
v-if="useBlurhash && attachment.blurhash"
:height="512"
:width="1024"
:hash="attachment.blurhash"