mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 22:34:37 +08:00
fix prettier (#7823)
This commit is contained in:
@ -170,9 +170,8 @@ export default Ember.Component.extend({
|
||||
"[:prev_period]",
|
||||
this.get("reportOptions.table.limit"),
|
||||
customFilters
|
||||
? JSON.stringify(
|
||||
customFilters,
|
||||
(key, value) => (isNumeric(value) ? value.toString() : value)
|
||||
? JSON.stringify(customFilters, (key, value) =>
|
||||
isNumeric(value) ? value.toString() : value
|
||||
)
|
||||
: null,
|
||||
SCHEMA_VERSION
|
||||
|
Reference in New Issue
Block a user