Revert dayjs change

This commit is contained in:
KyrneDev 2021-04-20 17:02:30 -07:00
parent 008206738f
commit 5e7a260853
No known key found for this signature in database
GPG Key ID: 7CEC4039F04A192C
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -29,7 +29,7 @@ export default function humanTime(time: Date): string {
ago = d.format('ll');
}
} else {
ago = '5 days';
ago = d.fromNow();
}
return ago;