Skip to content

Commit

Permalink
fix: don't show bio when it's empty
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 24, 2022
1 parent fe82df2 commit bc45ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/account/AccountHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bc45ec6

Please sign in to comment.