Skip to content

Commit

Permalink
Fixed another error
Browse files Browse the repository at this point in the history
  • Loading branch information
pulgueta committed Feb 7, 2024
1 parent 483a899 commit 6a713ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/(landing)/pricing/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const Pricing = async () => {
{...plan}
email={user?.email!}
key={plan.id}
user_plan={user?.plan!}
/>
))}
</div>
Expand Down

0 comments on commit 6a713ff

Please sign in to comment.