diff options
-rw-r--r-- | src/pages/FormPage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/FormPage.tsx b/src/pages/FormPage.tsx index 72049bb..9abb435 100644 --- a/src/pages/FormPage.tsx +++ b/src/pages/FormPage.tsx @@ -315,7 +315,7 @@ function FormPage(): JSX.Element { } let captcha = null; - if (!(FormFeatures.DisableAntispam in form.features)) { + if (!(FormFeatures.DisableAntispam in form.features) && open) { captcha = ( <div css={captchaStyles}> <HCaptcha |