Lint
This commit is contained in:
parent
1889ee202b
commit
de7df7dcf9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ interface IState {
|
|||
|
||||
export default class AccessibleTooltipButton extends React.PureComponent<ITooltipProps, IState> {
|
||||
constructor(props: ITooltipProps) {
|
||||
super(props)
|
||||
super(props);
|
||||
this.state = {
|
||||
hover: false,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue