Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Apr 4, 2024
1 parent 942d665 commit c5e509b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HighlightableMenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ function HighlightableMenuItem({wrapperStyle, highlighted, ...restOfProps}: Prop
});

return (
// eslint-disable-next-line react/jsx-props-no-spreading
<MenuItem
// eslint-disable-next-line react/jsx-props-no-spreading
{...restOfProps}
wrapperStyle={animatedHighlightStyle}
ref={ref}
Expand Down

0 comments on commit c5e509b

Please sign in to comment.