aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/confirm-send-ether.js
diff options
context:
space:
mode:
authortrejgun <trejgun@gmail.com>2018-06-21 14:43:48 +0800
committertrejgun <trejgun@gmail.com>2018-06-21 14:43:48 +0800
commitc27dfb01bbf0d84c6f4ac37c17a6d7d563d21c76 (patch)
treeb3ce3ac7a92aebd689924375357d9ccf96e44dd7 /ui/app/components/pending-tx/confirm-send-ether.js
parent299abee666d7f8347e062afff4f2fae47c7f6968 (diff)
downloadtangerine-wallet-browser-c27dfb01bbf0d84c6f4ac37c17a6d7d563d21c76.tar.gz
tangerine-wallet-browser-c27dfb01bbf0d84c6f4ac37c17a6d7d563d21c76.tar.zst
tangerine-wallet-browser-c27dfb01bbf0d84c6f4ac37c17a6d7d563d21c76.zip
refactor gas-fee-display component
#4622
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 bbf5683f0..bd0f4f71d 100644
--- a/ui/app/components/pending-tx/confirm-send-ether.js
+++ b/ui/app/components/pending-tx/confirm-send-ether.js
@@ -20,7 +20,7 @@ const {
calcGasTotal,
isBalanceSufficient,
} = require('../send_/send.utils')
-const GasFeeDisplay = require('../send/gas-fee-display-v2')
+const GasFeeDisplay = require('../send_/send-content/send-gas-row/gas-fee-display/gas-fee-display.component')
const SenderToRecipient = require('../sender-to-recipient')
const NetworkDisplay = require('../network-display')
const currencyFormatter = require('currency-formatter')