We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4257cc3 + 11499f3 commit 885c397Copy full SHA for 885c397
src/helpers/mapModalWallets.ts
@@ -54,7 +54,7 @@ export function getModalWallet(
54
id: connector.id,
55
icon: isCompound ? connectorOrCompoundConnector.icon : connector.icon,
56
connector: connectorOrCompoundConnector,
57
- installed: false,
+ installed: connector.id === "argentMobile",
58
title:
59
"title" in connector && isString(connector.title)
60
? connector.title
@@ -156,7 +156,7 @@ export const mapModalWallets = ({
156
id: discovery.id,
157
icon: { light: discoveryIcon, dark: discoveryIcon },
158
connector: _c,
159
+ installed: discovery.id === "argentMobile",
160
download: downloads[storeVersion as keyof typeof downloads],
161
downloads: downloads,
162
}
0 commit comments