mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 12:19:16 +00:00
chore: change class name
This commit is contained in:
@@ -91,7 +91,7 @@ const useStyles = makeStyles(theme => ({
|
|||||||
position: "relative",
|
position: "relative",
|
||||||
},
|
},
|
||||||
|
|
||||||
quotedMsgLeft: {
|
quotedMsg: {
|
||||||
padding: 10,
|
padding: 10,
|
||||||
maxWidth: 300,
|
maxWidth: 300,
|
||||||
height: "auto",
|
height: "auto",
|
||||||
@@ -532,7 +532,7 @@ const MessagesList = ({ ticketId, isGroup }) => {
|
|||||||
[classes.quotedSideRight]: message.quotedMsg?.fromMe,
|
[classes.quotedSideRight]: message.quotedMsg?.fromMe,
|
||||||
})}
|
})}
|
||||||
></span>
|
></span>
|
||||||
<div className={classes.quotedMsgLeft}>
|
<div className={classes.quotedMsg}>
|
||||||
{!message.quotedMsg?.fromMe && (
|
{!message.quotedMsg?.fromMe && (
|
||||||
<span className={classes.messageContactName}>
|
<span className={classes.messageContactName}>
|
||||||
{message.contact?.name}
|
{message.contact?.name}
|
||||||
|
|||||||
Reference in New Issue
Block a user