mirror of
https://github.com/discourse/discourse.git
synced 2025-04-19 22:19:06 +08:00
DEV: Update discourse-local-dates for eslint shorthand rule (#14872)
See 4f7aba06c0
This commit is contained in:
parent
755e892f63
commit
431f0dce4c
@ -211,7 +211,7 @@ export default Component.extend({
|
||||
previewedFormats(formats) {
|
||||
return formats.map((format) => {
|
||||
return {
|
||||
format: format,
|
||||
format,
|
||||
preview: moment().format(format),
|
||||
};
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user