0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 16:32:40 +00:00

Added in the admin page

This commit is contained in:
Scott Tolksdorf
2016-01-06 20:04:45 -05:00
parent 25b53a7c24
commit 46186c0de2
11 changed files with 224 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ var EditPage = React.createClass({
if(this.state.text === ""){
this.setState({
text : FullClassGen()
text : 'Put stuff huuurr'
})
}
},