mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 21:32:41 +00:00
Lint Fixes 2?
This commit is contained in:
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user