Skip to content

Commit

Permalink
Merge pull request #3281 from dusk-network/feature-3280
Browse files Browse the repository at this point in the history
web-wallet: Fix Retry button event handler (Welcome Layout)
  • Loading branch information
nortonandreev authored Dec 22, 2024
2 parents fa5ba38 + bc413e3 commit 6b03518
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 6b03518

Please sign in to comment.