diff --git a/src/components/Hack/HackActions.tsx b/src/components/Hack/HackActions.tsx index 866719e..ce412c8 100644 --- a/src/components/Hack/HackActions.tsx +++ b/src/components/Hack/HackActions.tsx @@ -146,6 +146,7 @@ const HackActions: React.FC = ({ } catch (e: any) { setError(e?.message || "Failed to fetch patch URL"); setStatus("idle"); + setTermsAgreed(false); } }