Skip to content

Commit 0c7ed2f

Browse files
committed
Fix handleExit bug
1 parent 9c81e4f commit 0c7ed2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/WalletCheck.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
{/if}
285285

286286
{#if activeModal}
287-
<Modal closeModal={handleExit}>
287+
<Modal closeModal={() => handleExit()}>
288288
<ModalHeader icon={activeModal.icon} heading={activeModal.heading} />
289289
<p class="bn-onboard-custom bn-onboard-prepare-description">
290290
{@html activeModal.description}

0 commit comments

Comments
 (0)