diff --git a/components/Form/TextArea.tsx b/components/Form/TextArea.tsx index f398443..bcf0445 100644 --- a/components/Form/TextArea.tsx +++ b/components/Form/TextArea.tsx @@ -1,7 +1,7 @@ import { Field } from 'formik' const TextArea = ({ name, placeholder }:TextAreaProps):JSX.Element => { - return + return } interface TextAreaProps {