hide button when hideBio

This commit is contained in:
smitten 2023-07-26 10:00:47 -04:00
parent 28d6daf524
commit 0e7f4586ed

View file

@ -69,7 +69,7 @@
/> />
</a> </a>
<a <a
v-if="fediLinkURL" v-if="fediLinkURL && !hideBio"
:href="fediLinkURL" :href="fediLinkURL"
target="_blank" target="_blank"
class="button-unstyled external-link-button" class="button-unstyled external-link-button"