mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-19 16:22:41 +00:00
Fixed a bug with saving while not logged in
This commit is contained in:
@@ -9,6 +9,13 @@ const RecentNavItem = require('../../navbar/recent.navitem.jsx');
|
||||
const Account = require('../../navbar/account.navitem.jsx');
|
||||
const BrewItem = require('./brewItem/brewItem.jsx');
|
||||
|
||||
const brew = {
|
||||
title : 'test',
|
||||
authors : []
|
||||
}
|
||||
|
||||
//const BREWS = _.times(25, ()=>{ return brew});
|
||||
|
||||
|
||||
const UserPage = React.createClass({
|
||||
getDefaultProps: function() {
|
||||
|
||||
Reference in New Issue
Block a user