|
|
@@ -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);
|
|
|
}
|