pl-fe: remove immutable leftover

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-11-15 14:41:47 +01:00
parent 9fbfe627a1
commit 3ee95491a2

View file

@ -72,7 +72,7 @@ const CaptchaField: React.FC<ICaptchaField> = ({
};
}, [idempotencyKey]);
switch (captcha.get('type')) {
switch (captcha.type) {
case 'native':
return (
<div>