fix: hide editor tabs on desktop (#44534)

This commit is contained in:
Tom
2021-12-20 17:11:09 -06:00
committed by GitHub
parent 0073a15455
commit b0872abd86

View File

@ -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 => {
)}
<ReflexElement flex={editorPane.flex} {...resizeProps}>
{challengeFile && !hasEditableBoundaries && <EditorTabs />}
{challengeFile && (
<ReflexContainer
key={challengeFile.fileKey}