diff --git a/screen/wallets/list.js b/screen/wallets/list.js index 057027f3..cc07455c 100644 --- a/screen/wallets/list.js +++ b/screen/wallets/list.js @@ -311,7 +311,12 @@ export default class WalletsList extends Component { }; _renderItem = data => { - return ; + + return ( + + + + ); }; renderNavigationHeader = () => { diff --git a/screen/wallets/transactions.js b/screen/wallets/transactions.js index 36c90dc7..adbd4903 100644 --- a/screen/wallets/transactions.js +++ b/screen/wallets/transactions.js @@ -444,11 +444,13 @@ export default class WalletTransactions extends Component { renderItem = item => { return ( - + + + ); };