DEV: Run prettier on `report.js.es6`
The prettier version I was running was different to the CI pipeline
This commit is contained in:
parent
5c9426be48
commit
eb617dea4b
|
@ -352,7 +352,9 @@ const Report = Discourse.Model.extend({
|
|||
property: properties.title,
|
||||
value: postTitle,
|
||||
formatedValue:
|
||||
postTitle && href ? `<a href='${href}'>${escapeExpression(postTitle)}</a>` : "—"
|
||||
postTitle && href
|
||||
? `<a href='${href}'>${escapeExpression(postTitle)}</a>`
|
||||
: "—"
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue