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" : ""}`}
|
||||
onMouseEnter={onMouseEnter}
|
||||
onFocus={onMouseEnter}
|
||||
onTouchEndCapture={onMouseEnter}
|
||||
onClick={onMouseEnter}
|
||||
{...props}
|
||||
>
|
||||
<div className="ip">Ip: {state.ip}</div>
|
||||
|
|
Loading…
Reference in a new issue