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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user