Add icons back in
This commit is contained in:
parent
ee96bac928
commit
3069c012a1
1 changed files with 4 additions and 0 deletions
4
main.js
4
main.js
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue