Skip to content

Commit

Permalink
fix error sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTraveylan committed Sep 24, 2023
1 parent c47284b commit 7153d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default async function Home() {
<SignInUp />
<GeneratePasswordCard />
<PwnedPassword />
{email && <SandBoxCard />}
{!email && <SandBoxCard />}
</div>
)
}

0 comments on commit 7153d55

Please sign in to comment.