Skip to content

Commit

Permalink
adds back empty space in AvatarStack
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Oct 28, 2024
1 parent 6713e72 commit d45c4c1
Showing 1 changed file with 1 addition 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

0 comments on commit d45c4c1

Please sign in to comment.