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