Skip to content

Commit

Permalink
Add trailing ,
Browse files Browse the repository at this point in the history
Co-authored-by: Roji Philip <[email protected]>
  • Loading branch information
isogit123 and rojiphil authored Jun 21, 2024
1 parent 9fa006e commit 64c4353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ function MenuItem(
...(Array.isArray(wrapperStyle) ? wrapperStyle : [wrapperStyle]),
!focused && (isHovered || pressed) && hoverAndPressStyle,
shouldGreyOutWhenDisabled && disabled && styles.buttonOpacityDisabled,
isHovered && !pressed && styles.hoveredComponentBG
isHovered && !pressed && styles.hoveredComponentBG,
] as StyleProp<ViewStyle>
}
disabledStyle={shouldUseDefaultCursorWhenDisabled && [styles.cursorDefault]}
Expand Down

0 comments on commit 64c4353

Please sign in to comment.