mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 05:13:04 +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
|
expanded
|
||||||
>
|
>
|
||||||
<WalletDetails
|
<WalletDetails intl={intl} walletData={walletData} isShowDropdowns={false} />
|
||||||
intl={intl}
|
|
||||||
walletData={walletData}
|
|
||||||
isShowDropdowns={currentAccountUsername === selectedUsername}
|
|
||||||
/>
|
|
||||||
</CollapsibleCard>
|
</CollapsibleCard>
|
||||||
<Card>
|
<Card>
|
||||||
<Transaction
|
<Transaction
|
||||||
|
Loading…
Reference in New Issue
Block a user