Display the 'sentAt' information.
This commit is contained in:
parent
d8ee3d5f0f
commit
a412b6a0a4
|
@ -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
|
Loading…
Reference in New Issue