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…
Reference in New Issue