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 c4d44f5 commit 925852bCopy full SHA for 925852b
packages/playground/website/src/lib/state/redux/slice-ui.ts
@@ -127,8 +127,6 @@ export interface UIState {
127
128
const query = new URL(document.location.href).searchParams;
129
const isEmbeddedInAnIframe = window.self !== window.top;
130
-// @TODO: Centralize these breakpoint sizes.
131
-const isMobile = window.innerWidth < 875;
132
133
// Parse the route parameter for sidebar/tab state
134
const routeState = parseRouteParam(query.get('route'));
0 commit comments