From 1a55bbdd85b8f638c290a8bb15639fa382520e5b Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Thu, 13 Feb 2025 15:50:41 -0600 Subject: [PATCH] fix this --- components/Global/helpers/input.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 } - + + )}