Skip to content

Commit

Permalink
AvatarStack: Adds back empty space in AvatarStack (#5181)
Browse files Browse the repository at this point in the history
* adds back empty space in `AvatarStack`

* Update snapshot
  • Loading branch information
TylerJDev authored Oct 28, 2024
1 parent 6713e72 commit c9e68d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/AvatarStack/AvatarStack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ const AvatarStack = ({
tabIndex={!hasInteractiveChildren && !disableExpand ? 0 : undefined}
ref={stackContainer}
>
{' '}
{transformChildren(children)}
</Box>
</AvatarStackWrapper>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ exports[`Avatar respects alignRight props 1`] = `
className="pc-AvatarStackBody"
tabIndex={0}
>
<img
alt=""
className="pc-AvatarItem"
Expand Down

0 comments on commit c9e68d2

Please sign in to comment.