diff --git a/components/Global/helpers/input.tsx b/components/Global/helpers/input.tsx index 1cef9933..23f9e76f 100644 --- a/components/Global/helpers/input.tsx +++ b/components/Global/helpers/input.tsx @@ -10,15 +10,15 @@ export default function Input(props: InputProps): React.JSX.Element { return ( - { props.prependElement && ( - props.prependElement - )} + { props.prependElement && ( + props.prependElement + )}