mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 09:13:57 +00:00
feat: undo change
This commit is contained in:
@@ -46,9 +46,7 @@ export function RepacksModal({
|
||||
const getInfoHash = useCallback(async () => {
|
||||
const torrent = await parseTorrent(game?.uri ?? "");
|
||||
|
||||
if (torrent.infoHash) {
|
||||
setInfoHash(torrent.infoHash);
|
||||
}
|
||||
if (torrent.infoHash) setInfoHash(torrent.infoHash);
|
||||
}, [game]);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user