0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

ESLint reformatting

This commit is contained in:
Rae Che
2018-05-27 14:17:21 +01:00
committed by Trevor Buckner
parent d0c473878a
commit c5ecb9d57d

View File

@@ -45,10 +45,10 @@ const EditPage = createClass({
return {
brew : this.props.brew,
isSaving : false,
isPending : false,
errors : null,
htmlErrors : Markdown.validate(this.props.brew.text),
isSaving : false,
isPending : false,
errors : null,
htmlErrors : Markdown.validate(this.props.brew.text),
};
},
savedBrew : null,
@@ -144,8 +144,8 @@ const EditPage = createClass({
} else {
this.savedBrew = res.body;
this.setState({
isPending : false,
isSaving : false,
isPending : false,
isSaving : false,
});
}
});