From 12a36d89d7223fb3a498083c208ae8b53c54f2bc Mon Sep 17 00:00:00 2001 From: satyasaibhushan Date: Thu, 11 Mar 2021 10:00:47 +0530 Subject: [PATCH] removes linting errors due to prop types --- client/modules/IDE/pages/IDEView.jsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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({