0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Remove comments

This commit is contained in:
Trevor Buckner
2022-11-17 21:53:46 -05:00
parent 6a600df19a
commit 421ed8f51d

View File

@@ -39,8 +39,7 @@ const MetadataEditor = createClass({
getInitialState : function(){ getInitialState : function(){
return { return {
showThumbnail : true, showThumbnail : true
errs : null
}; };
}, },
@@ -248,11 +247,6 @@ const MetadataEditor = createClass({
</div>; </div>;
}, },
// renderErrors : function(){
// if(Object.values(this.state.errs ?? {}).filter(Boolean).length > 0) return;
// return <span className='validation-error'></span>
// },
render : function(){ render : function(){
return <div className='metadataEditor'> return <div className='metadataEditor'>
<div className='field title'> <div className='field title'>