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 7f1153d commit a925fc1Copy full SHA for a925fc1
packages/thirdweb/src/react/web/ui/ConnectWallet/ConnectButton.tsx
@@ -413,6 +413,8 @@ function ConnectButtonInner(
413
const siweAuth = props.siweAuth;
414
const activeAccount = useActiveAccount();
415
const [showSignatureModal, setShowSignatureModal] = useState(false);
416
+ const hiddenWallets =
417
+ props.hiddenWallets || props.detailsModal?.hiddenWallets;
418
419
// if wallet gets disconnected suddently, close the signature modal if it's open
420
useEffect(() => {
0 commit comments