1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-03-30 06:42:35 +00:00

Improve message

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

@ -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) {