We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f4920 commit a38941bCopy full SHA for a38941b
js/products.js
@@ -5,7 +5,6 @@ async function loadProducts() {
5
}
6
7
function displayProducts(products) {
8
- // Find the container where products will be displayed
9
const container = document.querySelector('#all-products .container');
10
11
// Iterate over each product and create the HTML structure safely
0 commit comments