From 68f8615d34656f1c74437149b92f29d9162132f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilyas=20St=C3=A9phane=20T=C3=BCrkben?= Date: Mon, 15 Jan 2024 10:15:26 +0100 Subject: [PATCH] removed TODO comment. --- libs/blocks/merch-cards/merch-cards.js | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/blocks/merch-cards/merch-cards.js b/libs/blocks/merch-cards/merch-cards.js index 0c67433198..af093a1853 100644 --- a/libs/blocks/merch-cards/merch-cards.js +++ b/libs/blocks/merch-cards/merch-cards.js @@ -81,7 +81,6 @@ async function initMerchCards(config, type, filtered, el, preferences) { fail(el, err); } - // TODO add aditional parameters. const cards = `
${cardsData.data.map(({ cardContent }) => cardContent).join('\n')}
`; const fragment = document.createRange().createContextualFragment(cards); const cardsRoot = fragment.firstElementChild;