mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
disable dropdowns on Profile-Wallet page
This commit is contained in:
parent
59491c887b
commit
f0bd64ac2e
@ -107,11 +107,7 @@ const WalletView = ({ setEstimatedWalletValue, selectedUser, handleOnScroll }) =
|
||||
})}
|
||||
expanded
|
||||
>
|
||||
<WalletDetails
|
||||
intl={intl}
|
||||
walletData={walletData}
|
||||
isShowDropdowns={currentAccountUsername === selectedUsername}
|
||||
/>
|
||||
<WalletDetails intl={intl} walletData={walletData} isShowDropdowns={false} />
|
||||
</CollapsibleCard>
|
||||
<Card>
|
||||
<Transaction
|
||||
|
Loading…
Reference in New Issue
Block a user