0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 19:02:40 +00:00

New brew search finished on admin page

This commit is contained in:
Scott Tolksdorf
2017-01-28 16:35:48 -05:00
parent 7e6f42f062
commit 6030134de2
15 changed files with 117 additions and 396 deletions

View File

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