aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/confirm-send-ether.js
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-09-23 05:34:56 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-23 05:38:17 +0800
commite1077836ce916e2bd788451e3f365324024a1c0c (patch)
tree77954f105cc7c693a57ac8790c928286bed5d384 /ui/app/components/pending-tx/confirm-send-ether.js
parent13f22ff6b087f3865f84a0672a9013ada88be61a (diff)
downloadtangerine-wallet-browser-e1077836ce916e2bd788451e3f365324024a1c0c.tar.gz
tangerine-wallet-browser-e1077836ce916e2bd788451e3f365324024a1c0c.tar.zst
tangerine-wallet-browser-e1077836ce916e2bd788451e3f365324024a1c0c.zip
Add Confirm Send token screen
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 29c6d349c..b03ec0552 100644
--- a/ui/app/components/pending-tx/confirm-send-ether.js
+++ b/ui/app/components/pending-tx/confirm-send-ether.js
@@ -49,7 +49,7 @@ ConfirmSendEther.prototype.getAmount = function () {
const { conversionRate } = this.props
const txMeta = this.gatherTxMeta()
const txParams = txMeta.txParams || {}
-
+ console.log(txParams)
const USD = conversionUtil(txParams.value, {
fromNumericBase: 'hex',
toNumericBase: 'dec',