From b0872abd8652743f9c2f774f3f168405d891c169 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Mon, 20 Dec 2021 17:11:09 -0600 Subject: [PATCH] fix: hide editor tabs on desktop (#44534) --- client/src/templates/Challenges/classic/desktop-layout.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/templates/Challenges/classic/desktop-layout.tsx b/client/src/templates/Challenges/classic/desktop-layout.tsx index b289c683e0..8a8130169f 100644 --- a/client/src/templates/Challenges/classic/desktop-layout.tsx +++ b/client/src/templates/Challenges/classic/desktop-layout.tsx @@ -8,7 +8,6 @@ import { ResizeProps } from '../../../redux/prop-types'; import ActionRow from './action-row'; -import EditorTabs from './editor-tabs'; type Pane = { flex: number }; @@ -122,7 +121,6 @@ const DesktopLayout = (props: DesktopLayoutProps): JSX.Element => { )} - {challengeFile && !hasEditableBoundaries && } {challengeFile && (