forked from AkkomaGang/akkoma-fe
hide button when hideBio
This commit is contained in:
parent
28d6daf524
commit
0e7f4586ed
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue