Skip to content

Commit 2571d56

Browse files
committed
fix: show close button on purchase modal
1 parent ceb36a3 commit 2571d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/lib/modals/PurchaseModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
let showProductActivated = $state(false);
1414
</script>
1515

16-
<Modal title="" {onClose} size="large">
16+
<Modal title=" " {onClose} size="large">
1717
<ModalBody>
1818
{#if showProductActivated}
1919
<PurchaseActivationSuccess onDone={onClose} />

0 commit comments

Comments
 (0)