mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-17 08:02:44 +00:00
Fix typo
This commit is contained in:
@@ -227,7 +227,7 @@ const NewPage = createClass({
|
||||
|
||||
<Nav.section>
|
||||
{this.state.error ?
|
||||
<ErrorNavItem error={this.state.error} clearError={clearError}></ErrorNavItem> :
|
||||
<ErrorNavItem error={this.state.error} clearError={this.clearError}></ErrorNavItem> :
|
||||
this.renderSaveButton()
|
||||
}
|
||||
<PrintNavItem />
|
||||
|
||||
Reference in New Issue
Block a user