Skip to content

Commit 87212d8

Browse files
committed
fix: wrong property set on modal wallet
1 parent 805b0d6 commit 87212d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/mapModalWallets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function getModalWallet(
5454
id: connector.id,
5555
icon: isCompound ? connectorOrCompoundConnector.icon : connector.icon,
5656
connector: connectorOrCompoundConnector,
57-
installed: true,
57+
installed: false,
5858
title:
5959
"title" in connector && isString(connector.title)
6060
? connector.title

0 commit comments

Comments
 (0)