aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/hide-token-confirmation-modal.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-06-06 08:45:06 +0800
committerDan <danjm.com@gmail.com>2018-06-06 08:45:06 +0800
commitfbcab7a91ecb73ddf7201090f615b8b5a134ca35 (patch)
tree02760cdaf98f83c03292c72960fbb115930d4bf7 /ui/app/components/modals/hide-token-confirmation-modal.js
parent60c06a6440c939c24ff3eb58eddcd725c175b286 (diff)
parentc2e3194dbf4e2a3fd2bdffb3300ec0cd822dc78e (diff)
downloadtangerine-wallet-browser-fbcab7a91ecb73ddf7201090f615b8b5a134ca35.tar.gz
tangerine-wallet-browser-fbcab7a91ecb73ddf7201090f615b8b5a134ca35.tar.zst
tangerine-wallet-browser-fbcab7a91ecb73ddf7201090f615b8b5a134ca35.zip
Merge branch 'develop' into ci-test-e2e-beta
Diffstat (limited to 'ui/app/components/modals/hide-token-confirmation-modal.js')
-rw-r--r--ui/app/components/modals/hide-token-confirmation-modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/modals/hide-token-confirmation-modal.js b/ui/app/components/modals/hide-token-confirmation-modal.js
index 72e9c84eb..1518fa9a0 100644
--- a/ui/app/components/modals/hide-token-confirmation-modal.js
+++ b/ui/app/components/modals/hide-token-confirmation-modal.js
@@ -9,7 +9,7 @@ const Identicon = require('../identicon')
function mapStateToProps (state) {
return {
network: state.metamask.network,
- token: state.appState.modal.modalState.token,
+ token: state.appState.modal.modalState.props.token,
}
}