From ae681cc48cba3ef66ff37ffd1486e05854d82dbb Mon Sep 17 00:00:00 2001 From: Nikola LEGAY Date: Wed, 24 Jul 2024 17:09:55 +0200 Subject: [PATCH] feat: Remove common --- src/components/Form/FieldPassword/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Form/FieldPassword/index.tsx b/src/components/Form/FieldPassword/index.tsx index 0f9491ff1..7efe54a15 100644 --- a/src/components/Form/FieldPassword/index.tsx +++ b/src/components/Form/FieldPassword/index.tsx @@ -39,7 +39,7 @@ export const FieldPassword = < >( props: FieldPasswordProps ) => { - const { t } = useTranslation(['common', 'components']); + const { t } = useTranslation(['components']); const [showPassword, setShowPassword] = useState(false); return (