disable dropdowns on Profile-Wallet page

This commit is contained in:
feruz 2019-12-06 21:21:35 +02:00
parent 59491c887b
commit f0bd64ac2e

View File

@ -107,11 +107,7 @@ const WalletView = ({ setEstimatedWalletValue, selectedUser, handleOnScroll }) =
})} })}
expanded expanded
> >
<WalletDetails <WalletDetails intl={intl} walletData={walletData} isShowDropdowns={false} />
intl={intl}
walletData={walletData}
isShowDropdowns={currentAccountUsername === selectedUsername}
/>
</CollapsibleCard> </CollapsibleCard>
<Card> <Card>
<Transaction <Transaction