0
0
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:
Scott Tolksdorf
2017-01-10 15:38:13 -05:00
parent e77532acef
commit 0878439750
4 changed files with 40 additions and 3 deletions

View File

@@ -37,6 +37,8 @@ const Homebrew = React.createClass({
loginPath : this.props.loginPath
});
console.log(this.props.brew);
Router = CreateRouter({
'/edit/:id' : <EditPage />,