mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Remove "Sent" being inserted incorrectly. Fixes #1252
This commit is contained in:
parent
521681e1b8
commit
784d10c1e9
@ -168,7 +168,7 @@ function formatTimestamp(sentAt) {
|
||||
let diffInDays = getDiffInDaysFromNow(sentAt);
|
||||
if (diffInDays >= 1) {
|
||||
return (
|
||||
`Sent at ${sentAt.toLocaleDateString('en-US', {
|
||||
`at ${sentAt.toLocaleDateString('en-US', {
|
||||
dateStyle: 'medium',
|
||||
})} at ` + sentAt.toLocaleTimeString()
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user