remove unused code
This commit is contained in:
parent
a1b5796519
commit
e1daf8e4de
1 changed files with 0 additions and 4 deletions
|
|
@ -19,10 +19,6 @@ export default function Paywall() {
|
||||||
setOpen(false);
|
setOpen(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
function openModal() {
|
|
||||||
setOpen(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
const handleCheckout = async () => {
|
const handleCheckout = async () => {
|
||||||
const { checkoutUrl } = await createCheckoutSession({ billedAnnually });
|
const { checkoutUrl } = await createCheckoutSession({ billedAnnually });
|
||||||
if (checkoutUrl) {
|
if (checkoutUrl) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue