mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 14:12:40 +00:00
Remove comments
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user