aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/confirm-send-ether.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-03-14 07:39:04 +0800
committerDan <danjm.com@gmail.com>2018-03-14 07:45:35 +0800
commitd6e4d2e80d05f64bb543e524c6288b8b7c33e4c1 (patch)
tree8d352cc48bdccc3173e33f220fdafcd9f88d1320 /ui/app/components/pending-tx/confirm-send-ether.js
parent9d7640996aa9b63fb6c9271d7e0698e7acdc559e (diff)
downloadtangerine-wallet-browser-d6e4d2e80d05f64bb543e524c6288b8b7c33e4c1.tar.gz
tangerine-wallet-browser-d6e4d2e80d05f64bb543e524c6288b8b7c33e4c1.tar.zst
tangerine-wallet-browser-d6e4d2e80d05f64bb543e524c6288b8b7c33e4c1.zip
Use new submittedTime field to correctly show retry button in old and new ui.
Diffstat (limited to 'ui/app/components/pending-tx/confirm-send-ether.js')
-rw-r--r--ui/app/components/pending-tx/confirm-send-ether.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx/confirm-send-ether.js b/ui/app/components/pending-tx/confirm-send-ether.js
index 899c2617c..8fe58482b 100644
--- a/ui/app/components/pending-tx/confirm-send-ether.js
+++ b/ui/app/components/pending-tx/confirm-send-ether.js
@@ -11,7 +11,7 @@ const hexToBn = require('../../../../app/scripts/lib/hex-to-bn')
const {
conversionUtil,
addCurrencies,
- multiplyCurrencies
+ multiplyCurrencies,
} = require('../../conversion-util')
const GasFeeDisplay = require('../send/gas-fee-display-v2')