aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/account-detail.js
diff options
context:
space:
mode:
Diffstat (limited to 'old-ui/app/account-detail.js')
-rw-r--r--old-ui/app/account-detail.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/old-ui/app/account-detail.js b/old-ui/app/account-detail.js
index c67f0cf71..808619e46 100644
--- a/old-ui/app/account-detail.js
+++ b/old-ui/app/account-detail.js
@@ -32,6 +32,7 @@ function mapStateToProps (state) {
currentCurrency: state.metamask.currentCurrency,
currentAccountTab: state.metamask.currentAccountTab,
tokens: state.metamask.tokens,
+ suggestedTokens: state.metamask.suggestedTokens,
computedBalances: state.metamask.computedBalances,
}
}