Skip to content

Commit

Permalink
USF-1510: Cart Summary has a Footer Slot
Browse files Browse the repository at this point in the history
- fix lint
  • Loading branch information
anthoula committed Sep 23, 2024
1 parent 26f2761 commit 4ce20d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blocks/commerce-cart-summary/commerce-cart-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ export default async function decorate(block) {
const discount = document.createElement('div');
discount.style.color = '#3d3d3d';
discount.innerText = label;
ctx.appendChild(discount);
return ctx.appendChild(discount);
});
}
return ctx;
},
},
})(block);
Expand Down

0 comments on commit 4ce20d3

Please sign in to comment.