diff --git a/src/resources/users/UserForm.tsx b/src/resources/users/UserForm.tsx index 2fd16f9a..583adbc2 100644 --- a/src/resources/users/UserForm.tsx +++ b/src/resources/users/UserForm.tsx @@ -284,64 +284,59 @@ export default function UserForm({ isEdit }: FormProps): React.ReactElement { -

- - Departure Date - {' '} - This is the date when the user will no longer be able to log into VAL. - If the user needs to be reactivated, this date can be updated. -

- -

- - Password - {' '} - The password should include these items: -

-

-

- - User Role - - The above user roles have these permissions in VAL: -

-

+ + Departure Date + {' '} + This is the date when the user will no longer be able to log into VAL. + If the user needs to be reactivated, this date can be updated. +
+ + Password + {' '} + The password should include these items: + + + User Role + {' '} + The above user roles have these permissions in VAL: +
)