Skip to content

Commit

Permalink
Merge pull request #2133 from blockscout/fix-wallet-tooltip
Browse files Browse the repository at this point in the history
Fix "connect wallet" button tooltip
  • Loading branch information
maxaleks authored Aug 6, 2024
2 parents 8865605 + da2d9bf commit c582d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/snippets/walletMenu/WalletMenuDesktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const WalletMenuDesktop = ({ isHomePage, className, size = 'md' }: Props) => {
<Box ml={ 2 }>
<PopoverTrigger>
<WalletTooltip
isDisabled={ isMobile === undefined || isMobile }
isDisabled={ isMobile === undefined || isMobile || isModalOpening || isModalOpen }
isWalletConnected={ isWalletConnected }
isAutoConnectDisabled={ isAutoConnectDisabled }
>
Expand Down

0 comments on commit c582d91

Please sign in to comment.