1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Correct proptypes for t in new-account/create-form.js

This commit is contained in:
Dan 2018-03-22 12:36:13 -02:30
parent d613dfb434
commit a0df4b6892

View File

@ -61,7 +61,7 @@ NewAccountCreateForm.propTypes = {
createAccount: PropTypes.func,
goHome: PropTypes.func,
numberOfExistingAccounts: PropTypes.number,
t: PropTypes.object,
t: PropTypes.func,
}
const mapStateToProps = state => {