Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrooks committed Jan 24, 2024
1 parent 358118d commit 05cc66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/auth/SignUpForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function SignUpForm() {

return (
<>
{error && <Error error={error} session={null} />}
{<Error error={error} session={null} />}
<form
className="space-y-6"
action="#"
Expand Down

0 comments on commit 05cc66a

Please sign in to comment.