diff --git a/assets/script.js b/assets/script.js index 74fc6ed..bb292ca 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.createNode("")); + th.appendChild(document.createElement("")); headerRow.appendChild(th); }