Add icons back in

This commit is contained in:
Midgard 2020-03-29 19:04:46 +02:00
parent ee96bac928
commit 3069c012a1
Signed by: midgard
GPG Key ID: 511C112F1331BBB4
1 changed files with 4 additions and 0 deletions

View File

@ -356,6 +356,10 @@ function channelNameElements(team, channel) {
let elements = [];
if (icon) {
elements.push(`${icon} `);
}
if (teamName) {
const teamElement = document.createElement("span");
teamElement.className = "team-name";