feat: undo change

This commit is contained in:
Zamitto 2024-07-05 12:22:13 -03:00
parent c24523e8e6
commit 9e7b27afe6

View File

@ -45,7 +45,6 @@ export function RepacksModal({
const getInfoHash = useCallback(async () => {
const torrent = await parseTorrent(game?.uri ?? "");
if (torrent.infoHash) setInfoHash(torrent.infoHash);
}, [game]);