Skip to content

Commit

Permalink
Update input.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jdinh8124 committed Aug 20, 2024
1 parent 99b2ecf commit 83929fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-app/src/components/Inputs/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { cn } from "@/utils";
import { InputProps } from "shared-types";

const Input = React.forwardRef<HTMLInputElement, InputProps>(
({ className, icon, iconRight, ...props }, ref) => {
({ className = "", icon, iconRight, ...props }, ref) => {
return (
<div
className={cn(
Expand Down

0 comments on commit 83929fc

Please sign in to comment.