Skip to content

Commit

Permalink
Update merch-card.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelcureno committed Aug 12, 2024
1 parent a72d563 commit e1cdaa6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/blocks/merch-card/merch-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ export default async function init(el) {
}
}
}

addStartingAt(styles, merchCard);
updateBigPrices(merchCard);
decorateBlockHrs(merchCard);
simplifyHrs(merchCard);
Expand All @@ -593,7 +593,6 @@ export default async function init(el) {
} else {
parseTwpContent(el, merchCard);
}
await addStartingAt(styles, merchCard);
el.replaceWith(merchCard);
decorateMerchCardLinkAnalytics(merchCard);
return merchCard;
Expand Down

0 comments on commit e1cdaa6

Please sign in to comment.