Friends list correctly shown

This commit is contained in:
Pierre
2018-03-07 19:31:29 +01:00
parent 21f8301d45
commit 4010ce9cbf
2 changed files with 33 additions and 2 deletions

View File

@ -198,7 +198,7 @@ ComunicWeb.components.friends.listModal = {
//Add users name
createElem2({
appendTo: userLink,
type: "span",
type: "div",
class: "friends-name",
innerHTML: userFullName(users["user-" + id])
});