Improve message

This commit is contained in:
Pierre HUBERT 2020-04-03 18:02:43 +02:00
parent 46643e6303
commit 61859e79dd

View File

@ -56,7 +56,7 @@ class EmojiesSection {
const emojies = (await userInfo(userID(), true)).customEmojis;
if(emojies.length == 0) {
target.innerHTML = "<p>There is no custom emojis yet</p>"
target.innerHTML = "<tr><td>There is no custom emojis yet</td></tr>"
}
for(const e of emojies) {