mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
fix prettier (#7823)
This commit is contained in:
parent
b2eb0f4ad6
commit
61438c825a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user