mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-22 15:21:28 +00:00
Removing refernces to ver from pages
This commit is contained in:
@@ -26,7 +26,6 @@ const SAVE_TIMEOUT = 3000;
|
||||
var EditPage = React.createClass({
|
||||
getDefaultProps: function() {
|
||||
return {
|
||||
ver : '0.0.0',
|
||||
id : null,
|
||||
brew : {
|
||||
title : '',
|
||||
@@ -193,7 +192,7 @@ var EditPage = React.createClass({
|
||||
}
|
||||
},
|
||||
renderNavbar : function(){
|
||||
return <Navbar ver={this.props.ver}>
|
||||
return <Navbar>
|
||||
<Nav.section>
|
||||
<EditTitle title={this.state.title} onChange={this.handleTitleChange} />
|
||||
</Nav.section>
|
||||
|
||||
Reference in New Issue
Block a user