aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorBruno <brunobar79@gmail.com>2018-06-13 14:01:47 +0800
committerBruno <brunobar79@gmail.com>2018-06-13 14:01:47 +0800
commitbb4cc72646def9b32fffb8e6a208a2cae9d4f8c6 (patch)
treedd619a266cd91222ba19b0af0c47598d82483d89 /ui/app/components
parentfe3d81cfd828be06ffdebc2ed348a01ee235062c (diff)
parentb6980eed87dcd3b3fcd8a901af0cf075d894d956 (diff)
downloadtangerine-wallet-browser-bb4cc72646def9b32fffb8e6a208a2cae9d4f8c6.tar
tangerine-wallet-browser-bb4cc72646def9b32fffb8e6a208a2cae9d4f8c6.tar.gz
tangerine-wallet-browser-bb4cc72646def9b32fffb8e6a208a2cae9d4f8c6.tar.bz2
tangerine-wallet-browser-bb4cc72646def9b32fffb8e6a208a2cae9d4f8c6.tar.lz
tangerine-wallet-browser-bb4cc72646def9b32fffb8e6a208a2cae9d4f8c6.tar.xz
tangerine-wallet-browser-bb4cc72646def9b32fffb8e6a208a2cae9d4f8c6.tar.zst
tangerine-wallet-browser-bb4cc72646def9b32fffb8e6a208a2cae9d4f8c6.zip
fix merge conflicts
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/pending-tx/confirm-send-ether.js2
-rw-r--r--ui/app/components/pending-tx/confirm-send-token.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/pending-tx/confirm-send-ether.js b/ui/app/components/pending-tx/confirm-send-ether.js
index 97d0318ea..bbf5683f0 100644
--- a/ui/app/components/pending-tx/confirm-send-ether.js
+++ b/ui/app/components/pending-tx/confirm-send-ether.js
@@ -647,7 +647,7 @@ ConfirmSendEther.prototype.gatherTxMeta = function () {
const state = this.state
const txData = clone(state.txData) || clone(props.txData)
- const { gasPrice: sendGasPrice, gas: sendGasLimit } = props.send
+ const { gasPrice: sendGasPrice, gasLimit: sendGasLimit } = props.send
const {
lastGasPrice,
txParams: {
diff --git a/ui/app/components/pending-tx/confirm-send-token.js b/ui/app/components/pending-tx/confirm-send-token.js
index 1802d3143..ee066b8f4 100644
--- a/ui/app/components/pending-tx/confirm-send-token.js
+++ b/ui/app/components/pending-tx/confirm-send-token.js
@@ -651,7 +651,7 @@ ConfirmSendToken.prototype.gatherTxMeta = function () {
const state = this.state
const txData = clone(state.txData) || clone(props.txData)
- const { gasPrice: sendGasPrice, gas: sendGasLimit } = props.send
+ const { gasPrice: sendGasPrice, gasLimit: sendGasLimit } = props.send
const {
lastGasPrice,
txParams: {