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 75cc51f commit dc6860cCopy full SHA for dc6860c
apps/browser-extension-wallet/src/lib/scripts/background/cache-wallets-address.ts
@@ -11,7 +11,7 @@ export const walletMetadataWithAddresses = (
11
walletManager.activeWalletId$.pipe(
12
switchMap((activeWallet) =>
13
activeWallet
14
- ? walletManager.activeWallet$.pipe(filter(isNotNil)).pipe(
+ ? walletManager.activeWallet$.pipe(
15
switchMap((observableWallet) => observableWallet.addresses$),
16
map((addresses) => addresses.map(({ address }) => address)),
17
blockingWithLatestFrom(
0 commit comments