mirror of
https://github.com/discourse/discourse.git
synced 2026-08-10 04:58:31 -05:00
fix prettier
This commit is contained in:
@@ -41,7 +41,7 @@ export default createWidget("post-edits-indicator", {
|
||||
|
||||
if (attrs.wiki) {
|
||||
icon = "pencil-square-o";
|
||||
className = `${className || ''} wiki`.trim();
|
||||
className = `${className || ""} wiki`.trim();
|
||||
|
||||
if (attrs.version > 1) {
|
||||
title = `${I18n.t("post.last_edited_on")} ${date}`;
|
||||
|
||||
Reference in New Issue
Block a user