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:
parent
d613dfb434
commit
a0df4b6892
@ -61,7 +61,7 @@ NewAccountCreateForm.propTypes = {
|
||||
createAccount: PropTypes.func,
|
||||
goHome: PropTypes.func,
|
||||
numberOfExistingAccounts: PropTypes.number,
|
||||
t: PropTypes.object,
|
||||
t: PropTypes.func,
|
||||
}
|
||||
|
||||
const mapStateToProps = state => {
|
||||
|
Loading…
Reference in New Issue
Block a user