Skip to content

Commit

Permalink
ci: format
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Jul 18, 2024
1 parent 820ddb7 commit 3028d7c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/form/SignUpForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,7 @@ export function SignUpForm() {
<FormItem>
<FormLabel>Referral Code</FormLabel>
<FormControl>
<Input
placeholder="36b8f84d"
{...field}
/>
<Input placeholder="36b8f84d" {...field} />
</FormControl>
<FormMessage />
<FormDescription>
Expand Down

0 comments on commit 3028d7c

Please sign in to comment.