Skip to content

Commit

Permalink
feat: Remove common
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola LEGAY authored and Nikola LEGAY committed Jul 24, 2024
1 parent 678d371 commit ae681cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Form/FieldPassword/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const FieldPassword = <
>(
props: FieldPasswordProps<TFieldValues, TName>
) => {
const { t } = useTranslation(['common', 'components']);
const { t } = useTranslation(['components']);
const [showPassword, setShowPassword] = useState(false);
return (
<Controller
Expand Down

0 comments on commit ae681cc

Please sign in to comment.