Skip to content

Commit

Permalink
Merge pull request #217 from sima-land/216-product-carousel-content-r…
Browse files Browse the repository at this point in the history
…educers

#216 ProductCarousel: добавить возможность определять фильтры содержимого
  • Loading branch information
krutoo authored Jan 11, 2024
2 parents 8e2a5aa + 5bfe0c5 commit 60c4cc1
Show file tree
Hide file tree
Showing 10 changed files with 273 additions and 280 deletions.
1 change: 1 addition & 0 deletions src/desktop/components/product-card/product-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const cx = classNames.bind(styles);
* @return Элемент.
*/
export function ProductCard({
// @todo не совсем правильно заставлять работать с внутренностями реакта - надо придумать что-то более простое
reduceBaseInfo: reduceBaseInfoProp = reduceBaseInfo,
reduceHoverInfo: reduceHoverInfoProp = reduceHoverInfo,
children,
Expand Down
Loading

0 comments on commit 60c4cc1

Please sign in to comment.