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