mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-21 05:02:39 +00:00
Fix issues making brews when not signed in
This commit is contained in:
@@ -35,7 +35,7 @@ const NewPage = createClass({
|
||||
|
||||
text : '',
|
||||
isSaving : false,
|
||||
saveGoogle : (global.account.googleId ? true : false),
|
||||
saveGoogle : (global.account && global.account.googleId ? true : false),
|
||||
errors : []
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user