Skip to content

Commit

Permalink
Add invited check
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Feb 3, 2025
1 parent af912d1 commit d144fc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/src/app/[locale]/(dashboard)/(sidebar)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ export default async function Layout({

const invited = (await get("invited")) as string[];

console.log(invited);

return (
<SessionProvider session={session}>
<TRPCProvider>
Expand Down

0 comments on commit d144fc2

Please sign in to comment.