aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2016-06-24 06:13:24 +0800
committerkumavis <aaron@kumavis.me>2016-06-24 06:13:24 +0800
commit2495c6ea547123c9d807b4662a3e0e7e679eab5f (patch)
tree97c1896808aea5aec15950949cdff51442cff5d8 /ui/app/components
parent2a3660fe6018f3a9e4636a18276280780e717300 (diff)
downloadtangerine-wallet-browser-2495c6ea547123c9d807b4662a3e0e7e679eab5f.tar.gz
tangerine-wallet-browser-2495c6ea547123c9d807b4662a3e0e7e679eab5f.tar.zst
tangerine-wallet-browser-2495c6ea547123c9d807b4662a3e0e7e679eab5f.zip
svg notifications - remove unneeded deps and clean code
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/pending-tx.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js
index 49b79e9d0..d3bfbbc62 100644
--- a/ui/app/components/pending-tx.js
+++ b/ui/app/components/pending-tx.js
@@ -41,11 +41,11 @@ PendingTx.prototype.renderGeneric = function (h, state) {
}, 'Submit Transaction'),
// account that will sign
- // h(AccountPanel, {
- // showFullAddress: true,
- // identity: identity,
- // account: account,
- // }),
+ h(AccountPanel, {
+ showFullAddress: true,
+ identity: identity,
+ account: account,
+ }),
// tx data
h('.tx-data.flex-column.flex-justify-center.flex-grow.select-none', [