Skip to content

Commit 9717f9f

Browse files
committed
remove colons
1 parent d91fe78 commit 9717f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/comp/ComboMarkdownEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class ComboMarkdownEditor {
103103
const li = document.createElement('li');
104104
li.setAttribute('role', 'option');
105105
li.setAttribute('data-value', emoji);
106-
li.textContent = `${emoji} :${name}:`;
106+
li.textContent = `${emoji} ${name}`;
107107
ul.append(li);
108108
}
109109

0 commit comments

Comments
 (0)