diff --git a/react-app/src/components/Inputs/input.tsx b/react-app/src/components/Inputs/input.tsx index 6c2240c387..2f8d605c59 100644 --- a/react-app/src/components/Inputs/input.tsx +++ b/react-app/src/components/Inputs/input.tsx @@ -5,7 +5,12 @@ import { InputProps } from "shared-types"; const Input = React.forwardRef( ({ className, icon, iconRight, ...props }, ref) => { return ( -
+
{icon && (