diff --git a/client/coral-plugin-best/BestButton.js b/client/coral-plugin-best/BestButton.js index dac70c155..0ba36d553 100644 --- a/client/coral-plugin-best/BestButton.js +++ b/client/coral-plugin-best/BestButton.js @@ -89,16 +89,17 @@ export class BestButton extends Component { const {isBest, addBest, removeBest} = this.props; const {isSaving} = this.state; const disabled = isSaving || ! (isBest ? removeBest : addBest); - return