Skip to content

Commit

Permalink
Exibir e-mail nas informações do contato
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh authored Jun 10, 2022
1 parent 071957d commit 4f37d77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/components/ContactDrawer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ const ContactDrawer = ({ open, handleDrawerClose, contact, loading }) => {
<Typography>
<Link href={`tel:${contact.number}`}>{contact.number}</Link>
</Typography>
{contact.email && (
<Typography>
<Link href={`mailto:${contact.email}`}>{contact.email}</Link>
</Typography>
)}
<Button
variant="outlined"
color="primary"
Expand Down

0 comments on commit 4f37d77

Please sign in to comment.