mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-15 08:22:43 +00:00
Lint
This commit is contained in:
@@ -134,7 +134,7 @@ 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 }}>
|
||||||
|
|
||||||
<ErrorBar errors={this.props.errors} />
|
<ErrorBar errors={this.props.errors} />
|
||||||
<RenderWarnings />
|
<RenderWarnings />
|
||||||
|
|||||||
Reference in New Issue
Block a user