sent at is more useful now
This commit is contained in:
@@ -185,8 +185,9 @@ export default function EmailsList() {
|
|||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell className="text-right">
|
<TableCell className="text-right">
|
||||||
{email.latestStatus !== "SCHEDULED"
|
{email.latestStatus !== "SCHEDULED"
|
||||||
? formatDistanceToNow(
|
? formatDate(
|
||||||
email.scheduledAt ?? email.createdAt
|
email.scheduledAt ?? email.createdAt,
|
||||||
|
"MMM do, hh:mm a"
|
||||||
)
|
)
|
||||||
: "--"}
|
: "--"}
|
||||||
</TableCell>
|
</TableCell>
|
||||||
|
Reference in New Issue
Block a user