remove transaction history from profile wallet

This commit is contained in:
feruz 2019-12-09 07:30:04 +02:00
parent 2fe701b72c
commit 3e5d1c07ab
2 changed files with 0 additions and 7 deletions

View File

@ -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>