Commit da2d9bf1 authored by Max Alekseenko's avatar Max Alekseenko

hide tooltip when modal is open

parent c4ae053b
......@@ -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 }
>
......
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