Fix patch button showing after failed download

This commit is contained in:
Jared Schoeny 2026-04-26 00:04:37 -06:00
parent efe9ea1c72
commit bb4fda1579

View File

@ -146,6 +146,7 @@ const HackActions: React.FC<HackActionsProps> = ({
} catch (e: any) {
setError(e?.message || "Failed to fetch patch URL");
setStatus("idle");
setTermsAgreed(false);
}
}