Client: minor fix
This commit is contained in:
parent
e1062a107c
commit
dc9183be80
@ -53,8 +53,9 @@ class UserForm extends React.Component {
|
||||
formType={formType}
|
||||
userForm={formData}
|
||||
onHandleFormChange={event => onHandleFormChange(event)}
|
||||
handleUserFormSubmit={(event, formType) =>
|
||||
onHandleUserFormSubmit(event, formType)}
|
||||
handleUserFormSubmit={event =>
|
||||
onHandleUserFormSubmit(event, formType)
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user