From a133346fceb19e9b279f0f7a26691ba7b605504e Mon Sep 17 00:00:00 2001 From: James Dinh Date: Tue, 20 Aug 2024 11:36:59 -0700 Subject: [PATCH] Update input.tsx --- react-app/src/components/Inputs/input.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/react-app/src/components/Inputs/input.tsx b/react-app/src/components/Inputs/input.tsx index 2f8d605c59..2b9a56eb4b 100644 --- a/react-app/src/components/Inputs/input.tsx +++ b/react-app/src/components/Inputs/input.tsx @@ -5,15 +5,10 @@ import { InputProps } from "shared-types"; const Input = React.forwardRef( ({ className, icon, iconRight, ...props }, ref) => { return ( -
+
{icon && ( (