Skip to content

Commit

Permalink
Merge pull request #87 from CheesecakeLabs/T1AS-132_hide_email_user
Browse files Browse the repository at this point in the history
feat: hide email user
  • Loading branch information
lucasmagnus authored Jan 19, 2024
2 parents 4ff6fb1 + 89539d6 commit 5f7c4ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/molecules/modal-edit-role/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,9 @@ export const ModalEditRole: React.FC<IModalReject> = ({
</Alert>
)}
<Container variant="secondary">
<Text fontSize="sm" fontWeight="700">
<Text fontSize="sm" fontWeight="700" textAlign="center">
{user.name}
</Text>
<Text fontSize="xs">{user.email}</Text>
</Container>
<form
onSubmit={handleSubmit(data => {
Expand Down

0 comments on commit 5f7c4ef

Please sign in to comment.