Skip to content

Commit ab9b0fd

Browse files
shawnbortonclaude
andcommitted
Fix TS error by adding isExtraLargeScreenWidth to mock responsive layout
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 36b22ac commit ab9b0fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/ui/components/CompactMenuContextTest.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const defaultResponsiveLayout = {
3535
isExtraSmallScreenHeight: false,
3636
isMediumScreenWidth: false,
3737
isLargeScreenWidth: true,
38+
isExtraLargeScreenWidth: false,
3839
isSmallScreen: false,
3940
isInLandscapeMode: false,
4041
lockWindowDimensionsToLast: () => {},

0 commit comments

Comments
 (0)