0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 19:52:43 +00:00

Lint Fixes 2?

This commit is contained in:
Trevor Buckner
2018-05-10 12:59:26 -04:00
committed by Rae2che5
parent 004dc79eb2
commit 0cc87a4f0f

View File

@@ -149,8 +149,8 @@ const BrewRenderer = createClass({
onMouseOver={this.prepareScroll}
onMouseOut={this.unprepareScroll}
ref='main'
style={{ height: this.state.height,
willChange: this.state.willChange }}>
style={{ height : this.state.height,
willChange : this.state.willChange }}>
<ErrorBar errors={this.props.errors} />
<RenderWarnings />