pl-fe: remove immutable leftover
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -72,7 +72,7 @@ const CaptchaField: React.FC<ICaptchaField> = ({
|
||||
};
|
||||
}, [idempotencyKey]);
|
||||
|
||||
switch (captcha.get('type')) {
|
||||
switch (captcha.type) {
|
||||
case 'native':
|
||||
return (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user