aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-05-25 03:57:33 +0800
committerDan <danjm.com@gmail.com>2018-05-25 03:57:33 +0800
commit5bb399e55a819d52f2742e3491d50547be435a97 (patch)
treedf4e7f579f3a28602b84f79c443ca4d97ff03a53 /ui/app/components/pending-tx
parent1405237479621d7258468e6c7694415b0afbb045 (diff)
downloadtangerine-wallet-browser-5bb399e55a819d52f2742e3491d50547be435a97.tar.gz
tangerine-wallet-browser-5bb399e55a819d52f2742e3491d50547be435a97.tar.zst
tangerine-wallet-browser-5bb399e55a819d52f2742e3491d50547be435a97.zip
Display correct titles and subtitles on send token and editing send transaction screens.
Diffstat (limited to 'ui/app/components/pending-tx')
-rw-r--r--ui/app/components/pending-tx/confirm-send-token.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx/confirm-send-token.js b/ui/app/components/pending-tx/confirm-send-token.js
index 5b5149058..b21e1473e 100644
--- a/ui/app/components/pending-tx/confirm-send-token.js
+++ b/ui/app/components/pending-tx/confirm-send-token.js
@@ -107,7 +107,7 @@ function mapDispatchToProps (dispatch, ownProps) {
to,
amount: tokenAmountInHex,
errors: { to: null, amount: null },
- editingTransactionId: id,
+ editingTransactionId: id && id.toString(),
token: ownProps.token,
}))
dispatch(actions.showSendTokenPage())