Skip to content

Commit a925fc1

Browse files
fix build
1 parent 7f1153d commit a925fc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/thirdweb/src/react/web/ui/ConnectWallet/ConnectButton.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ function ConnectButtonInner(
413413
const siweAuth = props.siweAuth;
414414
const activeAccount = useActiveAccount();
415415
const [showSignatureModal, setShowSignatureModal] = useState(false);
416+
const hiddenWallets =
417+
props.hiddenWallets || props.detailsModal?.hiddenWallets;
416418

417419
// if wallet gets disconnected suddently, close the signature modal if it's open
418420
useEffect(() => {

0 commit comments

Comments
 (0)