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

feature/default_network_editable
Dan 7 years ago
parent d613dfb434
commit a0df4b6892
  1. 2
      ui/app/accounts/new-account/create-form.js

@ -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…
Cancel
Save