Skip to content

Commit 925852b

Browse files
committed
Remove unused isMobile variable
1 parent c4d44f5 commit 925852b

File tree

1 file changed

+0
-2
lines changed
  • packages/playground/website/src/lib/state/redux

1 file changed

+0
-2
lines changed

packages/playground/website/src/lib/state/redux/slice-ui.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ export interface UIState {
127127

128128
const query = new URL(document.location.href).searchParams;
129129
const isEmbeddedInAnIframe = window.self !== window.top;
130-
// @TODO: Centralize these breakpoint sizes.
131-
const isMobile = window.innerWidth < 875;
132130

133131
// Parse the route parameter for sidebar/tab state
134132
const routeState = parseRouteParam(query.get('route'));

0 commit comments

Comments
 (0)