rename sentDate to sentAt

This commit is contained in:
Jeffrey Biles
2020-03-19 03:04:01 -07:00
parent a6320cebce
commit b21376ef0a
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
<td>
<p><strong>{{email.subject}}</strong> - {{email.body}}</p>
</td>
<td class="date">{{format(new Date(email.sentDate), 'MMM do yyyy')}}</td>
<td class="date">{{format(new Date(email.sentAt), 'MMM do yyyy')}}</td>
</tr>
</tbody>