Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kerry Archibald <kerrya@element.io>
  • Loading branch information
Kerry Archibald committed Dec 7, 2021
1 parent c0d43c5 commit 3a85d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/views/elements/ActionButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ export default class ActionButton extends React.Component<IProps, IState> {

private onShowTooltip = (): void => {
if (this.props.tooltip) this.setState({ showTooltip: true });
}
};

private onHideTooltip = (): void => {
this.setState({ showTooltip: false });
}
};

render() {
let tooltip;
Expand Down

0 comments on commit 3a85d68

Please sign in to comment.