Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulla-cb committed Sep 6, 2024
1 parent 56578f3 commit 4c2f19d
Show file tree
Hide file tree
Showing 3 changed files with 1,247 additions and 1,234 deletions.
4 changes: 4 additions & 0 deletions src/app/buy-tickets/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ export default function Page({ params }: { params: { slug: string } }) {
notFound();
}

if (!address) {
return 'You should probably log in... Hit one of those buttons at the top';
}

if (!result || !userNode || !friendNodes) {
//should probs do suspense..
return;
Expand Down
Loading

0 comments on commit 4c2f19d

Please sign in to comment.