Skip to content

Commit

Permalink
chore: improve method naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Cussone committed Oct 30, 2024
1 parent d571de8 commit e5eecf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modal/layouts/argent/ArgentMobileQR.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import InstallWallet from "../../components/InstallWallet.svelte";
export let handleClick: () => void = () => {}
export let handleInstallClick: () => void = () => {}
</script>

<style>
Expand Down Expand Up @@ -58,5 +58,5 @@
</div>
</div>

<InstallWallet walletName="Argent" handleClick={handleClick} />
<InstallWallet walletName="Argent" handleClick={handleInstallClick} />
</section>

0 comments on commit e5eecf4

Please # to comment.