From 02dd1669e7c4fd498b8eead625df6574ba679ed3 Mon Sep 17 00:00:00 2001 From: kumavis Date: Fri, 24 Jun 2016 11:44:18 -0700 Subject: send-tx remove account select button --- ui/app/send.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'ui/app/send.js') diff --git a/ui/app/send.js b/ui/app/send.js index 82c378dd2..4b501a7b5 100644 --- a/ui/app/send.js +++ b/ui/app/send.js @@ -61,7 +61,7 @@ SendTransactionScreen.prototype.render = function () { }, }, [ - // invisible placeholder for later + // back button h('i.fa.fa-arrow-left.fa-lg.cursor-pointer.color-orange', { onClick: this.back.bind(this), }), @@ -74,10 +74,8 @@ SendTransactionScreen.prototype.render = function () { }), ]), - // small accounts nav - h('i.fa.fa-users.fa-lg.cursor-pointer.color-orange', { - onClick: this.navigateToAccounts.bind(this), - }), + // invisible place holder + h('i.fa.fa-users.fa-lg.invisible'), ]), -- cgit v1.2.3