diff --git a/components/CardWaitlist/CardFeesModal.tsx b/components/CardWaitlist/CardFeesModal.tsx index 9bbf7697..6bd3fc8d 100644 --- a/components/CardWaitlist/CardFeesModal.tsx +++ b/components/CardWaitlist/CardFeesModal.tsx @@ -134,7 +134,7 @@ const CardFeesModal = ({ isOpen, onOpenChange }: CardFeesModalProps) => { - + onOpenChange(false)} /> diff --git a/components/CardWaitlist/CardWaitlistPageMobile.tsx b/components/CardWaitlist/CardWaitlistPageMobile.tsx index 976129d0..b0e434a6 100644 --- a/components/CardWaitlist/CardWaitlistPageMobile.tsx +++ b/components/CardWaitlist/CardWaitlistPageMobile.tsx @@ -18,7 +18,7 @@ const CardWaitlistPageMobile = () => { scrollable={false} additionalContent={} > - + void; } -const GetCardButton = ({ className }: GetCardButtonProps) => { +const GetCardButton = ({ className, onPress }: GetCardButtonProps) => { const router = useRouter(); const handleGetCard = async () => { + onPress?.(); track(TRACKING_EVENTS.CARD_GET_CARD_PRESSED, { source: 'card_waitlist', });