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