From 13cac5943e7a84084e2e961572f7e8bc026d0c1b Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 19 Apr 2016 17:27:20 -0700 Subject: [PATCH] Move transaction list after account panel --- ui/app/account-detail.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js index ec3ca0005..871c0e66c 100644 --- a/ui/app/account-detail.js +++ b/ui/app/account-detail.js @@ -72,20 +72,9 @@ AccountDetailScreen.prototype.render = function() { }, }, 'EXPORT'), ]), - h('.flex-row.flex-space-around', [ - // h('button', 'GET ETH'), DISABLED UNTIL WORKING - - h('div.font-small', 'Transaction Summary'), - ]), - h('.flex-row.flex-space-around', [ - h('div.font-small','Transaction'), - h('div.font-small','Amount'), - ]), - - transactionList(transactions), - ]), + transactionList(transactions), this.exportedAccount(accountDetail), // transaction table