Commit c582d911 authored by Max Alekseenko's avatar Max Alekseenko Committed by GitHub

Merge pull request #2133 from blockscout/fix-wallet-tooltip

Fix "connect wallet" button tooltip
parents 88656055 da2d9bf1
...@@ -74,7 +74,7 @@ const WalletMenuDesktop = ({ isHomePage, className, size = 'md' }: Props) => { ...@@ -74,7 +74,7 @@ const WalletMenuDesktop = ({ isHomePage, className, size = 'md' }: Props) => {
<Box ml={ 2 }> <Box ml={ 2 }>
<PopoverTrigger> <PopoverTrigger>
<WalletTooltip <WalletTooltip
isDisabled={ isMobile === undefined || isMobile } isDisabled={ isMobile === undefined || isMobile || isModalOpening || isModalOpen }
isWalletConnected={ isWalletConnected } isWalletConnected={ isWalletConnected }
isAutoConnectDisabled={ isAutoConnectDisabled } isAutoConnectDisabled={ isAutoConnectDisabled }
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment