Skip to content

Commit

Permalink
[SPT-221] fixed display of service contact information
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina Fedyantceva committed Mar 11, 2024
1 parent 63b8388 commit be05a15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ const Contacts = ({ contacts, show, handleClose, classes }) => {
<ListItem alignItems="flex-start" divider>
<ListItemText
primary="Support email"
secondary={supportContact.email_id}
secondary={supportContact.email}
secondaryTypographyProps={{
component: "a",
href: `mailTo:${supportContact.email_id}`,
href: `mailTo:${supportContact.email}`,
target: "_blank",
rel: "noopener noreferrer",
className: classes.anchor,
Expand Down

0 comments on commit be05a15

Please sign in to comment.