0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 14:12:40 +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(){
return {
showThumbnail : true,
errs : null
showThumbnail : true
};
},
@@ -248,11 +247,6 @@ const MetadataEditor = createClass({
</div>;
},
// renderErrors : function(){
// if(Object.values(this.state.errs ?? {}).filter(Boolean).length > 0) return;
// return <span className='validation-error'></span>
// },
render : function(){
return <div className='metadataEditor'>
<div className='field title'>