mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-13 17:19:12 -06:00
Updated the return value of the generateRelativeTime method to "N/A"
This commit is contained in:
@@ -14,5 +14,5 @@ export function generateRelativeTime(created) {
|
||||
return Math.floor(diff / 3600) === 1 ? "1 Stunde" : `${Math.floor(diff / 3600)} Stunden`
|
||||
}
|
||||
|
||||
return "Einer langen Zeit"
|
||||
return "N/A"
|
||||
}
|
||||
Reference in New Issue
Block a user