Commit 2d246df5 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '30496-remove-undefined-from-emoji-menu-list' into 'master'

Remove `undefined` class from `.emoji-menu-list`

Closes #30496

See merge request !10522
parents 8fab8a95 4bf6ffa5
......@@ -51,7 +51,7 @@ function renderCategory(name, emojiList, opts = {}) {
<h5 class="emoji-menu-title">
${name}
</h5>
<ul class="clearfix emoji-menu-list ${opts.menuListClass}">
<ul class="clearfix emoji-menu-list ${opts.menuListClass || ''}">
${emojiList.map(emojiName => `
<li class="emoji-menu-list-item">
<button class="emoji-menu-btn text-center js-emoji-btn" type="button">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment