diff --git a/client/modules/IDE/pages/IDEView.jsx b/client/modules/IDE/pages/IDEView.jsx
index 0004f888..d9a906d9 100644
--- a/client/modules/IDE/pages/IDEView.jsx
+++ b/client/modules/IDE/pages/IDEView.jsx
@@ -191,6 +191,7 @@ class IDEView extends React.Component {
{this.props.ide.preferencesIsVisible &&
@@ -389,6 +390,7 @@ class IDEView extends React.Component {
}
{ this.props.location.pathname === '/about' &&
@@ -397,6 +399,7 @@ class IDEView extends React.Component {
}
{ this.props.location.pathname === '/feedback' &&
@@ -405,6 +408,7 @@ class IDEView extends React.Component {
}
{ this.props.ide.shareModalVisible &&
@@ -417,6 +421,7 @@ class IDEView extends React.Component {
}
{ this.props.ide.keyboardShortcutVisible &&
@@ -425,6 +430,7 @@ class IDEView extends React.Component {
}
{ this.props.ide.errorType &&