Skip to content

Commit f5187f7

Browse files
committed
Fix additional wallets
1 parent 3acc56a commit f5187f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/BitteWalletContext.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,7 @@ export const BitteWalletContextProvider: React.FC<ContextProviderType> = ({
7878
} = BitteWalletAuth;
7979

8080
const setupBitteWallet = async (): Promise<WalletSelectorComponents> => {
81-
const isOnlyBitteWallet =
82-
!!onlyBitteWallet ||
83-
!!(additionalWallets && additionalWallets.length > 0);
84-
81+
const isOnlyBitteWallet = !!onlyBitteWallet;
8582

8683
return await setupBitteWalletSelector(
8784
isOnlyBitteWallet,

0 commit comments

Comments
 (0)