1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

fix: don't fetch version info over and over

This commit is contained in:
Ash Keel 2023-02-15 13:47:41 +01:00
parent abe6ab7941
commit d1ff6d46ea
No known key found for this signature in database
GPG key ID: BAD8D93E7314ED3E

View file

@ -169,7 +169,7 @@ export default function App(): JSX.Element {
// Fill application info
useEffect(() => {
void dispatch(initializeServerInfo());
});
}, []);
// Get application logs
useEffect(() => {