0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 12:52:42 +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} onMouseOver={this.prepareScroll}
onMouseOut={this.unprepareScroll} onMouseOut={this.unprepareScroll}
ref='main' ref='main'
style={{ height: this.state.height, style={{ height : this.state.height,
willChange: this.state.willChange }}> willChange : this.state.willChange }}>
<ErrorBar errors={this.props.errors} /> <ErrorBar errors={this.props.errors} />
<RenderWarnings /> <RenderWarnings />