We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c811a0 commit 5b7e576Copy full SHA for 5b7e576
apps/extension/src/pages/main/spendable.tsx
@@ -472,7 +472,10 @@ export const SpendableAssetView: FunctionComponent<{
472
chainSearchFields
473
).filter(({ chainInfo }) => {
474
if (keyRingStore.selectedKeyInfo?.type === "ledger") {
475
- if (chainStore.isEvmOnlyChain(chainInfo.chainId)) {
+ if (
476
+ chainStore.hasModularChain(chainInfo.chainId) &&
477
+ chainStore.isEvmOnlyChain(chainInfo.chainId)
478
+ ) {
479
return true;
480
}
481
0 commit comments