diff --git a/services/frontend/src/components/global/FormElements/TextField.tsx b/services/frontend/src/components/global/FormElements/TextField.tsx index 4a2c3ae..e6f7f43 100644 --- a/services/frontend/src/components/global/FormElements/TextField.tsx +++ b/services/frontend/src/components/global/FormElements/TextField.tsx @@ -41,7 +41,7 @@ const TextField: FunctionComponent = ( {...otherProps} /> -
+
{error && {error}} {!error && help}