mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-22 05:30:07 +00:00
Names props error
This commit is contained in:
@@ -212,7 +212,7 @@ const TicketListItem = ({ ticket }) => {
|
||||
</Typography>
|
||||
)}
|
||||
{ticket.whatsappId && (
|
||||
<div className={classes.userTag} title={i18n.t("ticketsList.connectionTitle")}>{ticket.whatsapp.name}</div>
|
||||
<div className={classes.userTag} title={i18n.t("ticketsList.connectionTitle")}>{ticket.whatsapp?.name}</div>
|
||||
)}
|
||||
</span>
|
||||
}
|
||||
|
||||
@@ -178,7 +178,7 @@ const SignUp = () => {
|
||||
>
|
||||
{i18n.t("signup.buttons.submit")}
|
||||
</Button>
|
||||
<Grid container justify="flex-end">
|
||||
<Grid container justifyContent="flex-end">
|
||||
<Grid item>
|
||||
<Link
|
||||
href="#"
|
||||
|
||||
Reference in New Issue
Block a user