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

pull/23375/head
Alex 2025-10-31 12:47:14 +07:00 committed by GitHub
parent ceb36a304d
commit 5854cbbe97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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