fix prettier

This commit is contained in:
Joffrey JAFFEUX
2018-06-20 18:26:43 +02:00
committed by GitHub
parent c5c1b45d19
commit 8126b603e4
3 changed files with 4 additions and 10 deletions
@@ -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}`;