mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 04:09:26 +00:00
feat: handle vcard messages
This commit is contained in:
@@ -455,13 +455,13 @@ const Ticket = () => {
|
||||
src={message.vcardContact?.profilePicUrl}
|
||||
/>
|
||||
}
|
||||
title={message?.vcardContact?.name}
|
||||
subheader={message?.vcardContact?.number}
|
||||
title={message.vcardContact?.name}
|
||||
subheader={message.vcardContact?.number}
|
||||
/>
|
||||
<CardActions>
|
||||
<Button size="small" variant="contained">
|
||||
{/* <Button size="small" variant="contained">
|
||||
Send Message
|
||||
</Button>
|
||||
</Button> */}
|
||||
</CardActions>
|
||||
</Card>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user