mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 20:22:31 +08:00
Revert dayjs change
This commit is contained in:
parent
008206738f
commit
5e7a260853
2
js/dist/common/common.js
vendored
2
js/dist/common/common.js
vendored
File diff suppressed because one or more lines are too long
2
js/dist/common/common.js.map
vendored
2
js/dist/common/common.js.map
vendored
File diff suppressed because one or more lines are too long
|
@ -29,7 +29,7 @@ export default function humanTime(time: Date): string {
|
|||
ago = d.format('ll');
|
||||
}
|
||||
} else {
|
||||
ago = '5 days';
|
||||
ago = d.fromNow();
|
||||
}
|
||||
|
||||
return ago;
|
||||
|
|
Loading…
Reference in New Issue
Block a user