mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-07 06:32:02 +03:00
remove transaction history from profile wallet
This commit is contained in:
parent
2fe701b72c
commit
3e5d1c07ab
Binary file not shown.
@ -109,13 +109,6 @@ const WalletView = ({ setEstimatedWalletValue, selectedUser, handleOnScroll }) =
|
||||
>
|
||||
<WalletDetails intl={intl} walletData={walletData} isShowDropdowns={false} />
|
||||
</CollapsibleCard>
|
||||
<Card>
|
||||
<Transaction
|
||||
refreshing={refreshing}
|
||||
type="wallet"
|
||||
transactions={userActivities}
|
||||
/>
|
||||
</Card>
|
||||
</Fragment>
|
||||
)}
|
||||
</ScrollView>
|
||||
|
Loading…
Reference in New Issue
Block a user