aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-08-24 00:40:24 +0800
committerDan Finlay <dan@danfinlay.com>2017-08-24 00:40:24 +0800
commite0ccdcd6fd4418e658d949247e2c258c5c8278a6 (patch)
treee5a18f6a103dc1c9e3bf3ecc0880a9fbaa1c1ac9 /ui
parent9203b4edf9df8b616877c57970fb01a7fb87924b (diff)
downloadtangerine-wallet-browser-e0ccdcd6fd4418e658d949247e2c258c5c8278a6.tar
tangerine-wallet-browser-e0ccdcd6fd4418e658d949247e2c258c5c8278a6.tar.gz
tangerine-wallet-browser-e0ccdcd6fd4418e658d949247e2c258c5c8278a6.tar.bz2
tangerine-wallet-browser-e0ccdcd6fd4418e658d949247e2c258c5c8278a6.tar.lz
tangerine-wallet-browser-e0ccdcd6fd4418e658d949247e2c258c5c8278a6.tar.xz
tangerine-wallet-browser-e0ccdcd6fd4418e658d949247e2c258c5c8278a6.tar.zst
tangerine-wallet-browser-e0ccdcd6fd4418e658d949247e2c258c5c8278a6.zip
Remove eth-tx-viz link from tx history icons
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/transaction-list-item.js11
1 files changed, 1 insertions, 10 deletions
diff --git a/ui/app/components/transaction-list-item.js b/ui/app/components/transaction-list-item.js
index 9018bab06..5d5d0bcc5 100644
--- a/ui/app/components/transaction-list-item.js
+++ b/ui/app/components/transaction-list-item.js
@@ -60,16 +60,7 @@ TransactionListItem.prototype.render = function () {
}, [
h('.identicon-wrapper.flex-column.flex-center.select-none', [
- h('.pop-hover', {
- onClick: (event) => {
- event.stopPropagation()
- if (!isTx || isPending) return
- var url = `https://metamask.github.io/eth-tx-viz/?tx=${transaction.hash}`
- global.platform.openWindow({ url })
- },
- }, [
- h(TransactionIcon, { txParams, transaction, isTx, isMsg }),
- ]),
+ h(TransactionIcon, { txParams, transaction, isTx, isMsg }),
]),
h(Tooltip, {