diff --git a/client/src/templates/Challenges/classic/MobileLayout.js b/client/src/templates/Challenges/classic/MobileLayout.js
index 363ef55d74..6447249ca7 100644
--- a/client/src/templates/Challenges/classic/MobileLayout.js
+++ b/client/src/templates/Challenges/classic/MobileLayout.js
@@ -8,6 +8,7 @@ import { createStructuredSelector } from 'reselect';
import { currentTabSelector, moveToTab } from '../redux';
import { bindActionCreators } from 'redux';
import EditorTabs from './EditorTabs';
+import { showUpcomingChanges } from '../../../../config/env.json';
const mapStateToProps = createStructuredSelector({
currentTab: currentTabSelector
@@ -67,7 +68,7 @@ class MobileLayout extends Component {
{instructions}
-
+ {showUpcomingChanges && }
{editor}