mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-19 13:55:19 +00:00
rename sentDate to sentAt
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user