mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Apply code review.
This commit is contained in:
committed by
Régis Hanol
parent
79d987e483
commit
a8e8473ea5
@@ -195,7 +195,7 @@ function applyEmoji(
|
||||
|
||||
for (i = 0; i < content.length - 1; i++) {
|
||||
let offset = 0;
|
||||
let emojiName = getEmojiName(content, i, state, inlineEmoji);
|
||||
const emojiName = getEmojiName(content, i, state, inlineEmoji);
|
||||
let token = null;
|
||||
|
||||
if (emojiName) {
|
||||
|
||||
Reference in New Issue
Block a user