Skip to content

Commit 3717768

Browse files
chore: fmt plugin.view.js of 436f3eb
1 parent 436f3eb commit 3717768

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/plugin/plugin.view.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ dayjs.updateLocale("en", {
2222
relativeTime: {
2323
future: "in %s",
2424
past: (value, withoutSuffix) => {
25-
if(value === "now") {
26-
return value;
27-
}
28-
return withoutSuffix ? value : `${value} ago`;
25+
if (value === "now") {
26+
return value;
27+
}
28+
return withoutSuffix ? value : `${value} ago`;
2929
},
3030
s: "now",
3131
ss: "now",

0 commit comments

Comments
 (0)