mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
lint
This commit is contained in:
parent
56687948bf
commit
9619578fcf
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export default function Downloads() {
|
||||||
const { lastPacket } = useDownload();
|
const { lastPacket } = useDownload();
|
||||||
|
|
||||||
const [seedingStatus, setSeedingStatus] = useState<SeedingStatus[]>([]);
|
const [seedingStatus, setSeedingStatus] = useState<SeedingStatus[]>([]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
window.electron.onSeedingStatus((value) => setSeedingStatus(value));
|
window.electron.onSeedingStatus((value) => setSeedingStatus(value));
|
||||||
}, []);
|
}, []);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue