Skip to content

Commit a484805

Browse files
committed
fixed pr comments
1 parent f1405b9 commit a484805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MenuItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ function MenuItem({
579579
forwardedFSClass,
580580
ref,
581581
isFocused,
582-
selected = false,
582+
selected,
583583
sentryLabel,
584584
rootWrapperStyle,
585585
role = CONST.ROLE.BUTTON,

0 commit comments

Comments
 (0)