We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcd152 commit 4367d22Copy full SHA for 4367d22
1 file changed
script.js
@@ -16,7 +16,6 @@ function displayBooks(books) {
16
<td>${book["Status"]}</td>
17
<td>${book["User"] || ""}</td>
18
</tr>`;
19
-
20
tbody.innerHTML += row;
21
});
22
}
0 commit comments