From 3ee95491a2f25891d56b1fe16ed5d526360e0bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Fri, 15 Nov 2024 14:41:47 +0100 Subject: [PATCH] pl-fe: remove immutable leftover MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- packages/pl-fe/src/features/auth-login/components/captcha.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pl-fe/src/features/auth-login/components/captcha.tsx b/packages/pl-fe/src/features/auth-login/components/captcha.tsx index 56c465596..11c3ff775 100644 --- a/packages/pl-fe/src/features/auth-login/components/captcha.tsx +++ b/packages/pl-fe/src/features/auth-login/components/captcha.tsx @@ -72,7 +72,7 @@ const CaptchaField: React.FC = ({ }; }, [idempotencyKey]); - switch (captcha.get('type')) { + switch (captcha.type) { case 'native': return (