forked from AkkomaGang/akkoma-fe
Fall back to nsfw image if no blurhash
This commit is contained in:
parent
313ddcebcb
commit
dfba8be134
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
@click.prevent.stop="toggleHidden"
|
||||
>
|
||||
<Blurhash
|
||||
v-if="useBlurhash"
|
||||
v-if="useBlurhash && attachment.blurhash"
|
||||
:height="512"
|
||||
:width="1024"
|
||||
:hash="attachment.blurhash"
|
||||
|
|
Loading…
Reference in a new issue