Przeglądaj źródła

remove PropTypes

itizawa 5 lat temu
rodzic
commit
e7ac86c750
1 zmienionych plików z 0 dodań i 5 usunięć
  1. 0 5
      src/client/js/components/Page/TagLabels.jsx

+ 0 - 5
src/client/js/components/Page/TagLabels.jsx

@@ -112,11 +112,6 @@ TagLabels.propTypes = {
   pageContainer: PropTypes.instanceOf(PageContainer).isRequired,
   editorContainer: PropTypes.instanceOf(EditorContainer).isRequired,
 
-  isEditorMode: PropTypes.bool,
-};
-
-TagLabels.defaultProps = {
-  isEditorMode: false,
 };
 
 export default withTranslation()(TagLabelsWrapper);