We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40d14d commit ea2ad78Copy full SHA for ea2ad78
apps/dashboard/src/app/pay/page.tsx
@@ -92,6 +92,7 @@ export default async function PayPage({
92
name={params.name}
93
image={params.image}
94
theme={params.theme}
95
+ purchaseData={undefined}
96
/>
97
);
98
}
0 commit comments