diff --git a/client/homebrew/pages/homePage/homePage.jsx b/client/homebrew/pages/homePage/homePage.jsx index c89f6c95b..b8ee5634b 100644 --- a/client/homebrew/pages/homePage/homePage.jsx +++ b/client/homebrew/pages/homePage/homePage.jsx @@ -23,15 +23,15 @@ const HomePage = createClass({ getDefaultProps : function() { return { brew : { - text : '', - welcomeText : '' + text : '', }, ver : '0.0.0' }; }, getInitialState : function() { return { - brew : this.props.brew + brew : this.props.brew, + welcomeText : this.props.brew.text }; }, handleSave : function(){ @@ -85,7 +85,7 @@ const HomePage = createClass({ -