mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 15:12:43 +00:00
Fixed issue with arrays not being saved
This commit is contained in:
@@ -37,6 +37,8 @@ const Homebrew = React.createClass({
|
||||
loginPath : this.props.loginPath
|
||||
});
|
||||
|
||||
console.log(this.props.brew);
|
||||
|
||||
|
||||
Router = CreateRouter({
|
||||
'/edit/:id' : <EditPage />,
|
||||
|
||||
Reference in New Issue
Block a user