diff --git a/src/components/Paywall.tsx b/src/components/Paywall.tsx index 023d728..260dc11 100644 --- a/src/components/Paywall.tsx +++ b/src/components/Paywall.tsx @@ -19,10 +19,6 @@ export default function Paywall() { setOpen(false); } - function openModal() { - setOpen(true); - } - const handleCheckout = async () => { const { checkoutUrl } = await createCheckoutSession({ billedAnnually }); if (checkoutUrl) {