mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 13:59:23 +00:00
Improve message
This commit is contained in:
parent
46643e6303
commit
61859e79dd
@ -56,7 +56,7 @@ class EmojiesSection {
|
|||||||
const emojies = (await userInfo(userID(), true)).customEmojis;
|
const emojies = (await userInfo(userID(), true)).customEmojis;
|
||||||
|
|
||||||
if(emojies.length == 0) {
|
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) {
|
for(const e of emojies) {
|
||||||
|
Loading…
Reference in New Issue
Block a user