Skip to content

Commit

Permalink
fix(AvatarGroup): pass all avatar props
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Apr 15, 2022
1 parent 3979005 commit 723f075
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/runtime/components/elements/AvatarGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
<Avatar
v-for="(avatar, index) of avatars"
:key="index"
:src="avatar.src"
v-bind="avatar"
class="ring-2 u-ring-white -ml-1.5 first:ml-0"
:size="size"
:status="avatar.status"
/>
<Avatar
v-if="remainingGroupSize > 0"
Expand Down

1 comment on commit 723f075

@vercel
Copy link

@vercel vercel bot commented on 723f075 Apr 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxtlabs.vercel.app
nuxthq-ui.vercel.app
ui-nuxtlabs.vercel.app

Please sign in to comment.