diff --git a/components/Global/helpers/input.tsx b/components/Global/helpers/input.tsx index f22c0f9a..59a84ec7 100644 --- a/components/Global/helpers/input.tsx +++ b/components/Global/helpers/input.tsx @@ -11,16 +11,16 @@ export default function Input(props: InputProps): React.JSX.Element { - - { props.prependElement && ( - props.prependElement - )} + { props.prependElement && ( + + { props.prependElement } - + + )}