0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 09:42:41 +00:00

Updated style to navbar

This commit is contained in:
Scott Tolksdorf
2016-11-14 23:03:58 -05:00
parent 2f2a1c5146
commit d400c37b6d
3 changed files with 44 additions and 20 deletions

View File

@@ -26,8 +26,6 @@ const NewPage = React.createClass({
errors : []
};
},
componentDidMount: function() {
const storage = localStorage.getItem(KEY);
if(storage){
@@ -80,7 +78,6 @@ const NewPage = React.createClass({
text : this.state.text
})
.end((err, res)=>{
if(err){
this.setState({
isSaving : false