aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/confirm-send-token.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-03-22 05:12:37 +0800
committerGitHub <noreply@github.com>2018-03-22 05:12:37 +0800
commit8cf9ae3ee6517a2a9a69c2579b5b0e4ef18bca21 (patch)
tree08e2f8118e550cf151608937c3d17ee694d023b7 /ui/app/components/pending-tx/confirm-send-token.js
parent278e1ba61eab97860be295ad938cf47ce22f11ed (diff)
parent4c2cf15d2ad9cdfee4ce67b795877c7ab60231a7 (diff)
downloadtangerine-wallet-browser-8cf9ae3ee6517a2a9a69c2579b5b0e4ef18bca21.tar.gz
tangerine-wallet-browser-8cf9ae3ee6517a2a9a69c2579b5b0e4ef18bca21.tar.zst
tangerine-wallet-browser-8cf9ae3ee6517a2a9a69c2579b5b0e4ef18bca21.zip
Merge pull request #3658 from MetaMask/danjm-i3554-fix-editing-dapp-token-txs
Identify token transactions by method names
Diffstat (limited to 'ui/app/components/pending-tx/confirm-send-token.js')
-rw-r--r--ui/app/components/pending-tx/confirm-send-token.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/pending-tx/confirm-send-token.js b/ui/app/components/pending-tx/confirm-send-token.js
index ccd87c0a4..f9276e8a5 100644
--- a/ui/app/components/pending-tx/confirm-send-token.js
+++ b/ui/app/components/pending-tx/confirm-send-token.js
@@ -87,6 +87,7 @@ function mapDispatchToProps (dispatch, ownProps) {
amount: tokenAmountInHex,
errors: { to: null, amount: null },
editingTransactionId: id,
+ token: ownProps.token,
}))
dispatch(actions.showSendTokenPage())
},