Message details: Render a fuller timestamp for outbound send state

This commit is contained in:
Evan Hahn 2021-11-04 15:53:37 -05:00 committed by GitHub
parent 1c52c106b1
commit 0811367bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ export class MessageDetail extends React.Component<Props> {
{unidentifiedDeliveryComponent}
{contact.statusTimestamp && (
<Timestamp
extended
i18n={i18n}
module="module-message-detail__status-timestamp"
timestamp={contact.statusTimestamp}