Skip to content

Commit

Permalink
sign-up empty location bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bshevchenko committed Jun 4, 2024
1 parent d248df7 commit 0d841eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/onboarding/DeployStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function DeployStep({ setCurrentStep, profile }: { setCurrentStep: any; p
signature,
name: profile.name,
description: profile.description,
location: profile.location,
location: profile.location || "",
isCompany: profile.isCompany, // @ts-ignore
provider: session.account.provider,
token,
Expand Down

0 comments on commit 0d841eb

Please sign in to comment.