Skip to content

Commit c487e17

Browse files
shawnbortonclaude
andcommitted
Suppress ESLint isSmallScreenWidth warning in MenuItem
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d4793a9 commit c487e17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/MenuItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ function MenuItem({
613613
const styles = useThemeStyles();
614614
const StyleUtils = useStyleUtils();
615615
const combinedStyle = [styles.popoverMenuItem, style];
616+
// eslint-disable-next-line rulesdir/prefer-shouldUseNarrowLayout-instead-of-isSmallScreenWidth
616617
const {shouldUseNarrowLayout, isSmallScreenWidth} = useResponsiveLayout();
617618
const {isExecuting} = useMenuItemGroupState() ?? {};
618619
const {singleExecution, waitForNavigate} = useMenuItemGroupActions() ?? {};

0 commit comments

Comments
 (0)