Skip to content

Commit 3930562

Browse files
committed
run lint-fix
1 parent f14f439 commit 3930562

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

client/modules/User/components/LoginForm.jsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ function LoginForm() {
2020
validate={validateLogin}
2121
onSubmit={onSubmit}
2222
>
23-
{({
24-
handleSubmit,
25-
submitError,
26-
submitting,
27-
modifiedSinceLastSubmit
28-
}) => (
23+
{({ handleSubmit, submitError, submitting, modifiedSinceLastSubmit }) => (
2924
<form className="form" onSubmit={handleSubmit}>
3025
<Field name="email">
3126
{(field) => (

0 commit comments

Comments
 (0)