1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
This commit is contained in:
Dan Finlay 2018-06-18 15:44:43 -07:00
parent 5e4f3e430a
commit d26ce807fb

View File

@ -268,6 +268,7 @@ Home.propTypes = {
isPopup: PropTypes.bool,
isMouseUser: PropTypes.bool,
t: PropTypes.func,
suggestedTokens: PropTypes.object,
}
function mapStateToProps (state) {