Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
17Amir17 committed Sep 30, 2024
1 parent 1c67968 commit 8fc9682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/passport-client/new-components/shared/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const Input2 = forwardRef(
}
return (
<PasswordInputContainer>
<BigInput2 {...inputProps} variant={defaultVariant} ref={ref} />;
<BigInput2 {...inputProps} variant={defaultVariant} ref={ref} />
{inputProps.endIcon && (
<IconContainer>{inputProps.endIcon}</IconContainer>
)}
Expand Down

0 comments on commit 8fc9682

Please sign in to comment.