0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 13:02:45 +00:00

Starting on the brew card

This commit is contained in:
Scott Tolksdorf
2017-05-29 23:39:59 -04:00
parent fa203047da
commit 380bbd661f
17 changed files with 137 additions and 77 deletions

View File

@@ -60,7 +60,7 @@ const Homebrew = React.createClass({
'/test_old' : <SharePage />,
'*' : <HomePage />,
'*' : <HomePage brews={this.props.brews}/>,
});
},
render : function(){