Skip to content

Commit 7025bea

Browse files
authored
use the Input component instead of inexistant function
1 parent 95be428 commit 7025bea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/RegisterForm/RegisterForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default class RegisterForm extends Component {
3333
<Field
3434
name="password_confirmation"
3535
type="password"
36-
component={this.renderInput}
36+
component={Input}
3737
label="Password confirmation"
3838
/>
3939
{error && <p className="text-danger"><strong>{error}</strong></p>}

0 commit comments

Comments
 (0)