fix: don't show bio when it's empty

This commit is contained in:
三咲智子 2022-11-24 18:36:22 +08:00
parent fe82df28e1
commit bc45ec65a1
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E

View file

@ -79,7 +79,7 @@ function getFieldNameIcon(fieldName: string) {
</button> -->
</div>
</div>
<div>
<div v-if="account.note">
<div text-4 text-gray v-html="account.note" />
</div>
<div flex flex-wrap gap-4>