mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-08 07:02:25 +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} />
|
<WalletDetails intl={intl} walletData={walletData} isShowDropdowns={false} />
|
||||||
</CollapsibleCard>
|
</CollapsibleCard>
|
||||||
<Card>
|
|
||||||
<Transaction
|
|
||||||
refreshing={refreshing}
|
|
||||||
type="wallet"
|
|
||||||
transactions={userActivities}
|
|
||||||
/>
|
|
||||||
</Card>
|
|
||||||
</Fragment>
|
</Fragment>
|
||||||
)}
|
)}
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
Loading…
Reference in New Issue
Block a user