1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00

Move transaction list after account panel

This commit is contained in:
Dan Finlay 2016-04-19 17:27:20 -07:00
parent c858b70585
commit 13cac5943e

View File

@ -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),
]),
this.exportedAccount(accountDetail),
// transaction table