aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/confirm-send-token.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-03-20 19:37:23 +0800
committerDan <danjm.com@gmail.com>2018-03-20 19:37:23 +0800
commitdc92b56f184100a24aaf53c3e93619514159f938 (patch)
treed2a06089e5a096544abfcb27fa5c4fbf3d78d48f /ui/app/components/pending-tx/confirm-send-token.js
parent424e98f6a896df6a848a92ef318464abc505d83d (diff)
downloadtangerine-wallet-browser-dc92b56f184100a24aaf53c3e93619514159f938.tar.gz
tangerine-wallet-browser-dc92b56f184100a24aaf53c3e93619514159f938.tar.zst
tangerine-wallet-browser-dc92b56f184100a24aaf53c3e93619514159f938.zip
Identify token transactions by method names token data, and not just whether they've been add via metamask.
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 0a4182014..c347dd21e 100644
--- a/ui/app/components/pending-tx/confirm-send-token.js
+++ b/ui/app/components/pending-tx/confirm-send-token.js
@@ -86,6 +86,7 @@ function mapDispatchToProps (dispatch, ownProps) {
amount: tokenAmountInHex,
errors: { to: null, amount: null },
editingTransactionId: id,
+ token: ownProps.token,
}))
dispatch(actions.showSendTokenPage())
},