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

pull/43/head
三咲智子 2022-11-24 18:36:22 +08:00
rodzic fe82df28e1
commit bc45ec65a1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 69992F2250DFD93E
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>