aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/confirm-send-token.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-03-22 03:53:28 +0800
committerkumavis <aaron@kumavis.me>2018-03-22 03:53:28 +0800
commit3595d71c2d01d08fe1692ef4fe2f4d6d5c3241d9 (patch)
treee9726a32e70a235df6c08a87858e051ef9fec556 /ui/app/components/pending-tx/confirm-send-token.js
parent278e1ba61eab97860be295ad938cf47ce22f11ed (diff)
parentdc92b56f184100a24aaf53c3e93619514159f938 (diff)
downloadtangerine-wallet-browser-3595d71c2d01d08fe1692ef4fe2f4d6d5c3241d9.tar.gz
tangerine-wallet-browser-3595d71c2d01d08fe1692ef4fe2f4d6d5c3241d9.tar.zst
tangerine-wallet-browser-3595d71c2d01d08fe1692ef4fe2f4d6d5c3241d9.zip
Merge branch 'i3554-fix-editing-dapp-token-txs' of https://github.com/danjm/metamask-extension into danjm-i3554-fix-editing-dapp-token-txs
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())
},