Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed May 9, 2021
1 parent 9d24cd0 commit ce8645d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/common/components/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export default class Tooltip extends Component<TooltipAttrs> {
if (this.shouldChangeTooltipVisibility) {
this.shouldChangeTooltipVisibility = false;
this.updateVisibility();

}
}

Expand Down

0 comments on commit ce8645d

Please sign in to comment.