diff --git a/packages/beacon-ui/src/ui/alert/index.tsx b/packages/beacon-ui/src/ui/alert/index.tsx index ba8936f99..17492dd2e 100644 --- a/packages/beacon-ui/src/ui/alert/index.tsx +++ b/packages/beacon-ui/src/ui/alert/index.tsx @@ -605,6 +605,10 @@ const openAlert = async (config: AlertConfig): Promise => { setInstallState(wallet) } } + setIsLoading(false) + } else if (_isMobileOS && hasExtension()) { + handleClickConnectExtension() + setIsLoading(false) } else if (wallet?.types.includes('ios') && _isMobileOS) { setCodeQR('') @@ -816,7 +820,7 @@ const openAlert = async (config: AlertConfig): Promise => { ]} /> )} - {!isMobile() && currentWallet()?.types.includes('extension') && ( + {currentWallet()?.types.includes('extension') && (