mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 09:12:39 +00:00
Fix issues arising post-merge
This commit is contained in:
committed by
Trevor Buckner
parent
2f9bd00d70
commit
3358094319
@@ -43,7 +43,7 @@ const NewPage = createClass({
|
|||||||
getInitialState : function() {
|
getInitialState : function() {
|
||||||
return {
|
return {
|
||||||
brew : {
|
brew : {
|
||||||
text : this.props.brew.text,
|
text : this.props.brew.text,
|
||||||
gDrive : false,
|
gDrive : false,
|
||||||
title : '',
|
title : '',
|
||||||
description : '',
|
description : '',
|
||||||
|
|||||||
Reference in New Issue
Block a user