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