Skip to content

Commit 4367d22

Browse files
update file
1 parent fdcd152 commit 4367d22

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ function displayBooks(books) {
1616
<td>${book["Status"]}</td>
1717
<td>${book["User"] || ""}</td>
1818
</tr>`;
19-
2019
tbody.innerHTML += row;
2120
});
2221
}

0 commit comments

Comments
 (0)