Add missing Metamigo changes
This commit is contained in:
parent
27810142b3
commit
161f3fcee2
6 changed files with 12 additions and 200 deletions
|
|
@ -101,8 +101,8 @@ const Sidebar = ({ record }) => {
|
|||
</IconButton>
|
||||
</Grid>
|
||||
</Grid>
|
||||
{receivedMessages.map((receivedMessage) => (
|
||||
<Grid item container direction="column" spacing={1}>
|
||||
{receivedMessages.map((receivedMessage, index) => (
|
||||
<Grid key={index} item container direction="column" spacing={1}>
|
||||
<Grid item style={{ fontWeight: "bold", color: "#999" }}>
|
||||
{receivedMessage.key.remoteJid.replace("@s.whatsapp.net", "")}
|
||||
</Grid>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue