remove unused code

This commit is contained in:
MarconLP 2023-04-21 23:00:32 +02:00
parent a1b5796519
commit e1daf8e4de
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -19,10 +19,6 @@ export default function Paywall() {
setOpen(false);
}
function openModal() {
setOpen(true);
}
const handleCheckout = async () => {
const { checkoutUrl } = await createCheckoutSession({ billedAnnually });
if (checkoutUrl) {