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 e1cdaa6 commit e863ddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/blocks/merch-card/merch-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,9 @@ export default async function init(el) {
}
}
}
addStartingAt(styles, merchCard);

updateBigPrices(merchCard);
await addStartingAt(styles, merchCard);
decorateBlockHrs(merchCard);
simplifyHrs(merchCard);
if (merchCard.classList.contains('has-divider')) merchCard.setAttribute('custom-hr', true);
Expand Down

0 comments on commit e863ddb

Please sign in to comment.