From d26ce807fb9d21c29122d912d8dc1afc805c72ad Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 18 Jun 2018 15:44:43 -0700 Subject: [PATCH] Linted --- ui/app/components/pages/home.js | 1 + 1 file changed, 1 insertion(+) 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) {