Skip to content

Commit

Permalink
Merge pull request #1847 from taqh/fix-invite-typo
Browse files Browse the repository at this point in the history
Fix typo in page export: InitesPage -> InvitesPage
  • Loading branch information
steven-tey authored Jan 4, 2025
2 parents 2de29dd + c9d798e commit b009b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/app.dub.co/(auth)/invites/[code]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Suspense } from "react";

export const runtime = "nodejs";

export default function InitesPage({
export default function InvitesPage({
params,
}: {
params: {
Expand Down

0 comments on commit b009b16

Please sign in to comment.