Skip to content

Commit 356bf65

Browse files
committed
convert clasnames to clsx
1 parent 1fb8e97 commit 356bf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvatarStack/AvatarStack.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const AvatarStack = ({children, alignRight, disableExpand, size, sx: sxProp = de
171171
'pc-AvatarStack--three-plus': count > 2,
172172
'pc-AvatarStack--right': alignRight,
173173
})
174-
const bodyClassNames = classnames('pc-AvatarStackBody', {
174+
const bodyClassNames = clsx('pc-AvatarStackBody', {
175175
'pc-AvatarStack--disableExpand': disableExpand,
176176
})
177177

0 commit comments

Comments
 (0)