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