aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/pages')
-rw-r--r--ui/app/components/pages/home.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/pages/home.js b/ui/app/components/pages/home.js
index f37366396..3dcf63c44 100644
--- a/ui/app/components/pages/home.js
+++ b/ui/app/components/pages/home.js
@@ -268,6 +268,7 @@ Home.propTypes = {
isPopup: PropTypes.bool,
isMouseUser: PropTypes.bool,
t: PropTypes.func,
+ suggestedTokens: PropTypes.object,
}
function mapStateToProps (state) {