fix: don't show bio when it's empty
This commit is contained in:
parent
fe82df28e1
commit
bc45ec65a1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user