Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed Jun 3, 2024
1 parent 16cb1bb commit 9d18c9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/blocks/merch-card/merch-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ export default async function init(el) {
imageSlot.appendChild(image);
merchCard.appendChild(imageSlot);
}
parseContent(el, merchCard);
if (!icons || icons.length > 0) {
const iconImgs = Array.from(icons).map((icon) => {
const img = {
Expand Down

0 comments on commit 9d18c9a

Please sign in to comment.