Skip to content

Commit e6dc3e4

Browse files
committed
tiny eslint fix
1 parent e939b9e commit e6dc3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PersianCalendar@oxygenws.com/extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ const PersianCalendar = GObject.registerClass(
500500
}
501501

502502
_nowruzNotify(title) {
503-
this.notify("🎉🎉🎉 " + title + " 🎉🎉🎉");
503+
this.notify(`🎉🎉🎉 ${title} 🎉🎉🎉`);
504504
}
505505

506506
notify(title, body) {

0 commit comments

Comments
 (0)