pl-fe: remove immutable leftover
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
9fbfe627a1
commit
3ee95491a2
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ const CaptchaField: React.FC<ICaptchaField> = ({
|
||||||
};
|
};
|
||||||
}, [idempotencyKey]);
|
}, [idempotencyKey]);
|
||||||
|
|
||||||
switch (captcha.get('type')) {
|
switch (captcha.type) {
|
||||||
case 'native':
|
case 'native':
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in a new issue