Display the 'sentAt' information.

This commit is contained in:
Eli Ribble 2024-09-03 08:36:28 -07:00
parent d8ee3d5f0f
commit a412b6a0a4
2 changed files with 5 additions and 1 deletions

View File

@ -88,6 +88,10 @@ class EmailContent extends React.Component<
Received
</Form.Label>
<Col sm={10}>{email.receivedAt}</Col>
<Form.Label column sm={2}>
Sent
</Form.Label>
<Col sm={10}>{email.sentAt}</Col>
</Form.Group>
</Form>
</Row>

@ -1 +1 @@
Subproject commit fdab37996a4709b13962b67d1aa49e85a8305755
Subproject commit d33318d3e1f7e838d9e9b828f233b98f6b21d88f