ESLint reformatting

This commit is contained in:
Rae Che
2018-05-31 10:53:07 -04:00
committed by Trevor Buckner
parent f2f45f3657
commit a369871a06
2 changed files with 5 additions and 5 deletions
@@ -22,8 +22,8 @@ const PrintPage = createClass({
componentDidMount : function() {
if(this.props.query.local){
this.setState((prevState, prevProps) => ({
brewText: localStorage.getItem(prevProps.query.local)
this.setState((prevState, prevProps)=>({
brewText : localStorage.getItem(prevProps.query.local)
}));
}