Skip to content

Commit

Permalink
Merge pull request #230 from hlxsites/maxed/scores-2
Browse files Browse the repository at this point in the history
fix: dont block on card render in resources block
  • Loading branch information
maxakuru authored Oct 19, 2023
2 parents a014519 + 760bdd3 commit 6ebd952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/resources/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default async function decorate(block) {
</div>
`);

await import('../card-carousel/card-carousel.js');
imageAppear(block);
await renderXMLAsCards(FEED_URL);
await import('../card-carousel/card-carousel.js');
renderXMLAsCards(FEED_URL);
}

0 comments on commit 6ebd952

Please sign in to comment.