fix: show close button on purchase modal (#23436)

This commit is contained in:
Alex 2025-10-31 12:47:14 -05:00 committed by GitHub
parent ceb36a304d
commit 5854cbbe97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
let showProductActivated = $state(false); let showProductActivated = $state(false);
</script> </script>
<Modal title="" {onClose} size="large"> <Modal title=" " {onClose} size="large">
<ModalBody> <ModalBody>
{#if showProductActivated} {#if showProductActivated}
<PurchaseActivationSuccess onDone={onClose} /> <PurchaseActivationSuccess onDone={onClose} />