Skip to content

Commit

Permalink
Merge branch '507-product-category-list-block' of https://github.com/…
Browse files Browse the repository at this point in the history
…hlxsites/danaher-ls-aem into 507-product-category-list-block
  • Loading branch information
rgravitvl committed Dec 5, 2023
2 parents 9ffdf6e + 0e14ce6 commit 3d9e3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/card-list/card-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default async function decorate(block) {
block.append(divLetter, cardList);
});
// render cards application style
} else if (articleType === 'application') {
} else if (articleType === 'application' || articleType === 'info') {
filteredArticles.sort((card1, card2) => card1.title.localeCompare(card2.title));

const cardList = ul({
Expand Down

0 comments on commit 3d9e3de

Please sign in to comment.