Message details: Render a fuller timestamp for outbound send state
This commit is contained in:
@@ -188,6 +188,7 @@ export class MessageDetail extends React.Component<Props> {
|
|||||||
{unidentifiedDeliveryComponent}
|
{unidentifiedDeliveryComponent}
|
||||||
{contact.statusTimestamp && (
|
{contact.statusTimestamp && (
|
||||||
<Timestamp
|
<Timestamp
|
||||||
|
extended
|
||||||
i18n={i18n}
|
i18n={i18n}
|
||||||
module="module-message-detail__status-timestamp"
|
module="module-message-detail__status-timestamp"
|
||||||
timestamp={contact.statusTimestamp}
|
timestamp={contact.statusTimestamp}
|
||||||
|
Reference in New Issue
Block a user