fix prettier (#7823)

This commit is contained in:
Joffrey JAFFEUX 2019-06-28 09:36:38 +02:00 committed by GitHub
parent b2eb0f4ad6
commit 61438c825a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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