mirror of
https://github.com/openziti/zrok.git
synced 2024-12-22 23:02:52 +01:00
fix dependency (#221)
This commit is contained in:
parent
3f00bb6ec0
commit
8bdf4f0548
@ -59,7 +59,7 @@ function App() {
|
||||
setVersion(data.v);
|
||||
}
|
||||
});
|
||||
}, [api]);
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
let mounted = true;
|
||||
|
Loading…
Reference in New Issue
Block a user