aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/account-detail.js
diff options
context:
space:
mode:
authorEsteban MIno <efmino@uc.cl>2018-08-08 05:40:45 +0800
committerEsteban MIno <efmino@uc.cl>2018-08-08 05:40:45 +0800
commit00d1f6fec5457f05fb2e6aec1300dd2dbef51ec1 (patch)
tree4a5a84a27f7f3038769236ecd7846bbd8a5fdae7 /old-ui/app/account-detail.js
parent1f8a808a008fc4caaf7cb399d28bcbce3fa58e25 (diff)
downloadtangerine-wallet-browser-00d1f6fec5457f05fb2e6aec1300dd2dbef51ec1.tar.gz
tangerine-wallet-browser-00d1f6fec5457f05fb2e6aec1300dd2dbef51ec1.tar.zst
tangerine-wallet-browser-00d1f6fec5457f05fb2e6aec1300dd2dbef51ec1.zip
watch token on old ui
Diffstat (limited to 'old-ui/app/account-detail.js')
-rw-r--r--old-ui/app/account-detail.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/old-ui/app/account-detail.js b/old-ui/app/account-detail.js
index 808619e46..d240fc38e 100644
--- a/old-ui/app/account-detail.js
+++ b/old-ui/app/account-detail.js
@@ -50,6 +50,10 @@ AccountDetailScreen.prototype.render = function () {
var account = props.accounts[selected]
const { network, conversionRate, currentCurrency } = props
+ if (Object.keys(props.suggestedTokens).length > 0) {
+ this.props.dispatch(actions.showAddSuggestedTokenPage())
+ }
+
return (
h('.account-detail-section.full-flex-height', [