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 3acc56a commit f5187f7Copy full SHA for f5187f7
src/BitteWalletContext.tsx
@@ -78,10 +78,7 @@ export const BitteWalletContextProvider: React.FC<ContextProviderType> = ({
78
} = BitteWalletAuth;
79
80
const setupBitteWallet = async (): Promise<WalletSelectorComponents> => {
81
- const isOnlyBitteWallet =
82
- !!onlyBitteWallet ||
83
- !!(additionalWallets && additionalWallets.length > 0);
84
-
+ const isOnlyBitteWallet = !!onlyBitteWallet;
85
86
return await setupBitteWalletSelector(
87
isOnlyBitteWallet,
0 commit comments