diff --git a/assets/script.js b/assets/script.js index bb292ca..1eb2e03 100644 --- a/assets/script.js +++ b/assets/script.js @@ -106,7 +106,7 @@ async function displayList(data, elementId, deleteFunction) { if ("function" === typeof deleteFunction) { const th = document.createElement("th"); - th.appendChild(document.createElement("")); + th.appendChild(document.createElement('')); headerRow.appendChild(th); }