mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Improve message
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user