mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix savegame crash
This commit is contained in:
@@ -851,7 +851,7 @@ export function formatSecondsToTimeAgo(secs) {
|
||||
if (hours <= 1) {
|
||||
return "one hour ago";
|
||||
}
|
||||
return hours + " hour ago";
|
||||
return hours + " hours ago";
|
||||
} else {
|
||||
if (days <= 1) {
|
||||
return "one day ago";
|
||||
|
||||
Reference in New Issue
Block a user