diff --git a/templates/index.html b/templates/index.html
index 52a08f7..342b9a3 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -650,8 +650,6 @@
}
q.appendChild(div);
});
- q.appendChild(div);
- });
q.querySelectorAll(".remove").forEach(btn => {
btn.addEventListener("click", () => removeFromQueue(parseInt(btn.dataset.idx)));