mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-20 18:31:29 +00:00
Added new account nav item
This commit is contained in:
@@ -31,6 +31,9 @@ const Homebrew = React.createClass({
|
||||
};
|
||||
},
|
||||
componentWillMount: function() {
|
||||
global.account = this.props.account;
|
||||
|
||||
|
||||
Router = CreateRouter({
|
||||
'/edit/:id' : (args) => {
|
||||
if(!this.props.brew.editId){
|
||||
|
||||
Reference in New Issue
Block a user