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