diff --git a/src/pages/view-content/index.tsx b/src/pages/view-content/index.tsx index e2f4d16..3cd7145 100644 --- a/src/pages/view-content/index.tsx +++ b/src/pages/view-content/index.tsx @@ -44,7 +44,7 @@ export const ViewContentPage = () => { } const contentResponse = await purchaseContent({ - content_address: content?.data?.encrypted?.cid, + content_address: WebApp.initDataUnsafe?.start_param, license_type: "resale", });