diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.jsx b/client/homebrew/editor/metadataEditor/metadataEditor.jsx index d4585ba3f..2f879f7e3 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.jsx +++ b/client/homebrew/editor/metadataEditor/metadataEditor.jsx @@ -39,8 +39,7 @@ const MetadataEditor = createClass({ getInitialState : function(){ return { - showThumbnail : true, - errs : null + showThumbnail : true }; }, @@ -248,11 +247,6 @@ const MetadataEditor = createClass({ ; }, - // renderErrors : function(){ - // if(Object.values(this.state.errs ?? {}).filter(Boolean).length > 0) return; - // return - // }, - render : function(){ return