Skip to content

Commit e87700f

Browse files
committed
chore: use suffix
1 parent 2ee7f49 commit e87700f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/plugin/plugin.view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default (props) => {
7878
const updateTime = dayjs.utc(dateString);
7979
if (!updateTime.isValid()) return null;
8080

81-
return updateTime.fromNow(true);
81+
return updateTime.fromNow();
8282
} catch (error) {
8383
console.warn("Error parsing date with dayjs:", dateString, error);
8484
return null;

0 commit comments

Comments
 (0)