Message details: Render a fuller timestamp for outbound send state
This commit is contained in:
parent
1c52c106b1
commit
0811367bd5
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue