Skip to content

Commit 642ffbd

Browse files
committed
Fix compile error
1 parent 790fa13 commit 642ffbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/partials/user-editor/user-editor.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class UserEditor extends Component {
274274
}
275275
value={values.password}
276276
/>
277-
}
277+
)}
278278
{allowRoleEditing && (
279279
<Fragment>
280280
<FormControl className="form-input">

0 commit comments

Comments
 (0)