diff --git a/src/components/showcase/ShowcaseCard/index.js b/src/components/showcase/ShowcaseCard/index.js index 0858a45975..6ccc6f2d8f 100644 --- a/src/components/showcase/ShowcaseCard/index.js +++ b/src/components/showcase/ShowcaseCard/index.js @@ -61,7 +61,7 @@ const ShowcaseCard = memo((card) => ( {card.showcase.title} {card.showcase.tags.includes("favorite") && ( - + )} {card.showcase.getstarted && (
- {TagList.map((tag) => { + {TagList.map((tag, i) => { const { label, description, color } = Tags[tag]; const id = `showcase_checkbox_id_${tag}`; return ( - <> -
+
@@ -220,7 +219,6 @@ function ShowcaseFilters() { />
- ); })}
@@ -255,7 +253,7 @@ function ShowcaseCards() { )} >

Our favorites

- +