|
|
@ -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()
|
|
|
|
); |
|
|
|
); |
|
|
|