diff --git a/client/src/templates/Challenges/classic/DesktopLayout.js b/client/src/templates/Challenges/classic/DesktopLayout.js index cfd8797d9a..886473425f 100644 --- a/client/src/templates/Challenges/classic/DesktopLayout.js +++ b/client/src/templates/Challenges/classic/DesktopLayout.js @@ -84,17 +84,13 @@ class DesktopLayout extends Component { )} + {challengeFile && showUpcomingChanges && !hasEditableBoundries && ( + + )} {challengeFile && ( - { - - {showUpcomingChanges && !hasEditableBoundries && ( - - )} - {editor} - - } + {{editor}} {isConsoleDisplayable && (