Fall back to nsfw image if no blurhash

This commit is contained in:
floatingghost 2022-12-30 05:03:25 +00:00 committed by hynet-mel
parent e834656dc6
commit 0e71597e56

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"