add newline that eslint wants

This commit is contained in:
Benjamin Goering
2017-02-28 23:56:53 +08:00
parent 3a2f893c24
commit 32152fee7e
+1
View File
@@ -89,6 +89,7 @@ export class BestButton extends Component {
}
render() {
// @TODO(bengo) Consider adding the comment__action--cursor-pointer to all buttons to add cursor:pointer and never wrap the icons
const {isBest, addBest, removeBest} = this.props;
const {isSaving} = this.state;