mirror of
https://github.com/discourse/discourse-solved.git
synced 2026-09-17 06:52:14 -04:00
Fix prettier offence
This commit is contained in:
@@ -202,7 +202,7 @@ export default {
|
||||
}
|
||||
|
||||
return I18n.t("solved.accepted_html", {
|
||||
icon: iconHTML('check-square'),
|
||||
icon: iconHTML("check-square"),
|
||||
username_lower: username.toLowerCase(),
|
||||
username: formatUsername(username),
|
||||
post_path: this.get("url") + "/" + postNumber,
|
||||
|
||||
Reference in New Issue
Block a user