|
|
@ -307,7 +307,7 @@ export class Message extends React.PureComponent<Props, State> {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className="module-message__author">
|
|
|
|
<div className="module-message__author">
|
|
|
|
<ContactName
|
|
|
|
<ContactName
|
|
|
|
phoneNumber={authorPhoneNumber}
|
|
|
|
phoneNumber={`(...${authorPhoneNumber.substring(authorPhoneNumber.length - 6, authorPhoneNumber.length)})`}
|
|
|
|
name={authorName}
|
|
|
|
name={authorName}
|
|
|
|
profileName={authorProfileName}
|
|
|
|
profileName={authorProfileName}
|
|
|
|
module="module-message__author"
|
|
|
|
module="module-message__author"
|
|
|
|