import React from 'react'; import Avatar from './Avatar'; import { format } from '../utils/embed'; import { chatItemStyle } from './helpers/BubbleStyle'; function PM(props) { const { chat, visitor } = props; return (