diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-07-12 11:53:26 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-07-12 11:53:26 +0800 |
commit | e21a48da838401efed696d2ec0404cec93cee8ff (patch) | |
tree | fa178267c0a5debd58abdf285575f4ae8afdc735 /ui/app | |
parent | 539fe3e940ca364d0af0abc9cf1e361ea39c1151 (diff) | |
download | tangerine-wallet-browser-e21a48da838401efed696d2ec0404cec93cee8ff.tar tangerine-wallet-browser-e21a48da838401efed696d2ec0404cec93cee8ff.tar.gz tangerine-wallet-browser-e21a48da838401efed696d2ec0404cec93cee8ff.tar.bz2 tangerine-wallet-browser-e21a48da838401efed696d2ec0404cec93cee8ff.tar.lz tangerine-wallet-browser-e21a48da838401efed696d2ec0404cec93cee8ff.tar.xz tangerine-wallet-browser-e21a48da838401efed696d2ec0404cec93cee8ff.tar.zst tangerine-wallet-browser-e21a48da838401efed696d2ec0404cec93cee8ff.zip |
Linted
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/components/pending-tx-details.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/components/pending-tx-details.js b/ui/app/components/pending-tx-details.js index 05409cf44..9a06ad09e 100644 --- a/ui/app/components/pending-tx-details.js +++ b/ui/app/components/pending-tx-details.js @@ -185,7 +185,6 @@ PTXP.miniAccountPanelForRecipient = function () { }, }, addressSummary(txParams.to, 6, 4, false)), ]) - } else { return h(MiniAccountPanel, { imageifyIdenticons: imageify, @@ -225,7 +224,7 @@ PTXP.warnIfNeeded = function () { } -function forwardCarrat(imageify){ +function forwardCarrat (imageify) { if (imageify) { return ( |