Убрана иконка для группы

This commit is contained in:
2025-01-28 11:13:25 +02:00
parent a407fafb65
commit 1dc320c416
2 changed files with 0 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -110,11 +110,8 @@
if (group.groupName) {
const button = document.createElement("div");
button.classList.add("button");
const img = document.createElement("img");
img.src = "/images/off.png";
const span = document.createElement("span");
span.textContent = group.groupName;
button.appendChild(img);
button.appendChild(span);
itemContainer.appendChild(button);
}