mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 03:32:40 +00:00
Updated the welcome text
This commit is contained in:
@@ -38,12 +38,6 @@ var EditPage = React.createClass({
|
||||
if(!self.state.pending) return;
|
||||
return "You have unsaved changes!";
|
||||
}
|
||||
|
||||
if(this.state.text === ""){
|
||||
this.setState({
|
||||
text : 'Put stuff huuurr'
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
handleTextChange : function(text){
|
||||
|
||||
Reference in New Issue
Block a user