Skip to content

Commit

Permalink
убрать консоль
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKhelshtein committed Mar 4, 2024
1 parent 2a50d50 commit 5d31c56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widgets/CategoryGrid/CategoryGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const CategoryGrid = () => {
<section className={styles.section}>
<Heading>{TEXT_POPULAR_CATEGORIES}</Heading>
<ul className={styles.ul}>
{/* {data.categoryList.categoryList.map((card, index) => ( */}
{data.categoryList.map((card, index) => (
<CategoryCard card={card} index={index} key={card.id} />
))}
Expand Down

0 comments on commit 5d31c56

Please sign in to comment.