Skip to content

Commit

Permalink
removing duplicate for product card
Browse files Browse the repository at this point in the history
  • Loading branch information
staware30 committed Dec 5, 2024
1 parent 26ea328 commit 2349fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/gmo-program-details/gmo-program-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ async function addProgramStats(block) {
document.querySelector('.product-value-wrapper > .paragraph').textContent = productValue;

// additional dom updates
buildProductCard(program);
//buildProductCard(program);

// deliverables tab
const deliverables = executeQuery(deliverableQueryString);
Expand Down

0 comments on commit 2349fea

Please sign in to comment.