for real this time
This commit is contained in:
parent
b297728674
commit
1b54cd0d12
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ function State({
|
||||||
className={`state ${active ? "active" : ""}`}
|
className={`state ${active ? "active" : ""}`}
|
||||||
onMouseEnter={onMouseEnter}
|
onMouseEnter={onMouseEnter}
|
||||||
onFocus={onMouseEnter}
|
onFocus={onMouseEnter}
|
||||||
onTouchEndCapture={onMouseEnter}
|
onClick={onMouseEnter}
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
<div className="ip">Ip: {state.ip}</div>
|
<div className="ip">Ip: {state.ip}</div>
|
||||||
|
|
Loading…
Reference in a new issue