Skip to content

Commit 3b5ea91

Browse files
authored
On auto select, disable install wallet component (#863)
1 parent 1f3e204 commit 3b5ea91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/views/connect/Index.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
<div class:disabled={!agreed}>
254254
<SelectingWallet {selectWallet} {wallets} {scrollToTop} />
255255
</div>
256-
{:else}
256+
{:else if !autoSelect}
257257
<InstallWallet />
258258
{/if}
259259
{/if}

0 commit comments

Comments
 (0)