Skip to content

Commit

Permalink
fix(desc): show non-image avatar correctly (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
NozomuIkuta committed Jan 31, 2024
1 parent 35d8c80 commit cbe30e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/components/SDescAvatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ defineProps<{
<div v-if="avatar" class="SDescAvatar">
<div class="value">
<SAvatar
v-if="avatar.avatar"
size="nano"
:avatar="avatar.avatar"
:name="avatar.name"
Expand Down

0 comments on commit cbe30e1

Please sign in to comment.