From 32152fee7e5d2826ccddc2b0354b0c9fdb75c0d1 Mon Sep 17 00:00:00 2001 From: Benjamin Goering Date: Tue, 28 Feb 2017 23:56:53 +0800 Subject: [PATCH] add newline that eslint wants --- client/coral-plugin-best/BestButton.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-plugin-best/BestButton.js b/client/coral-plugin-best/BestButton.js index ff45beafa..182bd27c2 100644 --- a/client/coral-plugin-best/BestButton.js +++ b/client/coral-plugin-best/BestButton.js @@ -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;