Skip to content

Commit

Permalink
removed TODO comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed Jan 15, 2024
1 parent 63f78bd commit 68f8615
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/blocks/merch-cards/merch-cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ async function initMerchCards(config, type, filtered, el, preferences) {
fail(el, err);
}

// TODO add aditional parameters.
const cards = `<div>${cardsData.data.map(({ cardContent }) => cardContent).join('\n')}</div>`;
const fragment = document.createRange().createContextualFragment(cards);
const cardsRoot = fragment.firstElementChild;
Expand Down

0 comments on commit 68f8615

Please sign in to comment.