diff --git a/client/modules/IDE/pages/IDEView.jsx b/client/modules/IDE/pages/IDEView.jsx
index 91323cbb2c..54b38d464a 100644
--- a/client/modules/IDE/pages/IDEView.jsx
+++ b/client/modules/IDE/pages/IDEView.jsx
@@ -378,10 +378,7 @@ class IDEView extends React.Component {
{this.props.ide.modalIsVisible && }
{this.props.ide.newFolderModalVisible && (
-
+
)}
{this.props.ide.uploadFileModalVisible && (
@@ -505,9 +502,6 @@ IDEView.propTypes = {
}),
updatedAt: PropTypes.string
}).isRequired,
- editorAccessibility: PropTypes.shape({
- lintMessages: PropTypes.objectOf(PropTypes.shape()).isRequired
- }).isRequired,
preferences: PropTypes.shape({
autosave: PropTypes.bool.isRequired,
fontSize: PropTypes.number.isRequired,
@@ -564,7 +558,6 @@ IDEView.propTypes = {
newFolder: PropTypes.func.isRequired,
closeNewFolderModal: PropTypes.func.isRequired,
closeNewFileModal: PropTypes.func.isRequired,
- createFolder: PropTypes.func.isRequired,
closeShareModal: PropTypes.func.isRequired,
closeKeyboardShortcutModal: PropTypes.func.isRequired,
toast: PropTypes.shape({