We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8622666 commit 1ce10fdCopy full SHA for 1ce10fd
1 file changed
src/components/MenuItem.tsx
@@ -759,6 +759,7 @@ function MenuItem(
759
width={iconWidth}
760
height={iconHeight}
761
fill={
762
+ // eslint-disable-next-line no-nested-ternary
763
displayInDefaultIconColor
764
? undefined
765
: typeof iconFill === 'function'
0 commit comments