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 772d98a commit 230e689Copy full SHA for 230e689
src/pages/playground/Playground.tsx
@@ -1050,8 +1050,7 @@ const Playground: React.FC<PlaygroundProps> = props => {
1050
}
1051
};
1052
1053
- // return !isVscode && isMobileBreakpoint ? (
1054
- return false && isMobileBreakpoint ? (
+ return !isVscode && isMobileBreakpoint ? (
1055
<div className={classNames('Playground', Classes.DARK, isGreen && 'GreenScreen')}>
1056
<MobileWorkspace {...mobileWorkspaceProps} />
1057
</div>
0 commit comments