diff --git a/src/components/views/elements/ActionButton.tsx b/src/components/views/elements/ActionButton.tsx index 40ec50160c44..2a2929a3452d 100644 --- a/src/components/views/elements/ActionButton.tsx +++ b/src/components/views/elements/ActionButton.tsx @@ -66,11 +66,11 @@ export default class ActionButton extends React.Component { private onShowTooltip = (): void => { if (this.props.tooltip) this.setState({ showTooltip: true }); - } + }; private onHideTooltip = (): void => { this.setState({ showTooltip: false }); - } + }; render() { let tooltip;