diff --git a/client/modules/IDE/pages/IDEView.jsx b/client/modules/IDE/pages/IDEView.jsx index 24843d32..b573d223 100644 --- a/client/modules/IDE/pages/IDEView.jsx +++ b/client/modules/IDE/pages/IDEView.jsx @@ -190,6 +190,7 @@ class IDEView extends React.Component { {this.props.ide.preferencesIsVisible && @@ -363,6 +364,7 @@ class IDEView extends React.Component { } { this.props.location.pathname === '/about' && @@ -371,6 +373,7 @@ class IDEView extends React.Component { } {this.props.location.pathname === '/feedback' && @@ -394,6 +397,7 @@ class IDEView extends React.Component { } {this.props.ide.shareModalVisible && @@ -406,6 +410,7 @@ class IDEView extends React.Component { } {this.props.ide.keyboardShortcutVisible && @@ -414,6 +419,7 @@ class IDEView extends React.Component { } {this.props.ide.errorType &&