Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
se7en-illa committed Oct 2, 2024
1 parent 5ff27e5 commit ffbaf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gestalt/src/AvatarGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ const AvatarGroupWithForwardRef = forwardRef<UnionRefs, Props>(function AvatarGr
accessibilityHaspopup={accessibilityHaspopup}
accessibilityLabel={accessibilityLabel}
fullWidth={false}
innerFocusColor='default'
innerFocusColor="default"
onMouseDown={handleOnMouseDown}
onMouseEnter={handleOnMouseEnter}
onMouseLeave={handleOnMouseLeave}
Expand Down

0 comments on commit ffbaf7c

Please sign in to comment.