Skip to content

Commit

Permalink
console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
pulgueta committed Feb 9, 2024
1 parent ed49ecc commit 76afdac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/(dashboard)/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ const Dashboard: NextPage<DashboardPage> = async ({ searchParams }) => {
files,
filesCount,
disabled,
userPlan: user.plan,
plan: plan[user.plan],
isPlanSame: user.plan === plan[user.plan],
isFilesExceeded: filesCount >= maxFiles[user.plan],
});

return (
Expand Down

0 comments on commit 76afdac

Please sign in to comment.