mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 12:12:42 +00:00
lint
This commit is contained in:
@@ -25,12 +25,12 @@ const BrewPage = createClass({
|
|||||||
return {
|
return {
|
||||||
contents : '',
|
contents : '',
|
||||||
index : 0
|
index : 0
|
||||||
}
|
};
|
||||||
},
|
},
|
||||||
render : function() {
|
render : function() {
|
||||||
return <div className='page' id={`p${this.props.index + 1}`} >
|
return <div className='page' id={`p${this.props.index + 1}`} >
|
||||||
<div className='columnWrapper' dangerouslySetInnerHTML={{ __html: this.props.contents }} />
|
<div className='columnWrapper' dangerouslySetInnerHTML={{ __html: this.props.contents }} />
|
||||||
</div>
|
</div>;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user