Skip to content

Commit

Permalink
web-wallet: Fix Retry button event handler
Browse files Browse the repository at this point in the history
Resolves #3280
  • Loading branch information
nortonandreev committed Dec 22, 2024
1 parent fa5ba38 commit bc413e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-wallet/src/routes/(welcome)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<Button
className="welcome-layout__retry-button"
text="Retry"
{handleRetry}
on:click={handleRetry}
/>
</div>
{/await}
Expand Down

0 comments on commit bc413e3

Please sign in to comment.