DEV: make prettier happy

(cc @jjaffeux)
This commit is contained in:
Régis Hanol 2019-05-16 11:38:47 +02:00 committed by GitHub
parent d51a495dad
commit a5a4f9dc1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -137,9 +137,7 @@ const Theme = RestModel.extend({
@computed("theme_fields", "theme_fields.@each.error")
isBroken(fields) {
return (
fields && fields.any(field => field.error && field.error.length > 0)
);
return fields && fields.any(field => field.error && field.error.length > 0);
},
@computed("theme_fields.[]")