Skip to content

Commit c0b972e

Browse files
authored
fix lint
1 parent 8b0b44e commit c0b972e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/PopoverMenu.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,15 +312,13 @@ function PopoverMenu({
312312
}
313313
setFocusedIndex(menuIndex);
314314
}}
315-
316315
wrapperStyle={StyleUtils.getItemBackgroundColorStyle(
317316
!!item.isSelected,
318317
focusedIndex === menuIndex,
319318
item.disabled ?? false,
320319
theme.activeComponentBG,
321320
theme.hoverComponentBG,
322321
)}
323-
324322
shouldRemoveHoverBackground={item.isSelected}
325323
titleStyle={StyleSheet.flatten([styles.flex1, item.titleStyle])}
326324
// Spread other props dynamically

0 commit comments

Comments
 (0)