Remove "Sent" being inserted incorrectly. Fixes #1252
This commit is contained in:
@@ -168,7 +168,7 @@ function formatTimestamp(sentAt) {
|
|||||||
let diffInDays = getDiffInDaysFromNow(sentAt);
|
let diffInDays = getDiffInDaysFromNow(sentAt);
|
||||||
if (diffInDays >= 1) {
|
if (diffInDays >= 1) {
|
||||||
return (
|
return (
|
||||||
`Sent at ${sentAt.toLocaleDateString('en-US', {
|
`at ${sentAt.toLocaleDateString('en-US', {
|
||||||
dateStyle: 'medium',
|
dateStyle: 'medium',
|
||||||
})} at ` + sentAt.toLocaleTimeString()
|
})} at ` + sentAt.toLocaleTimeString()
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user