Skip to content

Commit a38941b

Browse files
committed
workflow test
1 parent 27f4920 commit a38941b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/products.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ async function loadProducts() {
55
}
66

77
function displayProducts(products) {
8-
// Find the container where products will be displayed
98
const container = document.querySelector('#all-products .container');
109

1110
// Iterate over each product and create the HTML structure safely

0 commit comments

Comments
 (0)