Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
k-cool committed Oct 23, 2022
1 parent e862e6a commit 48dee65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/HomeScreen/ProductList.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import ProductItem from './ProductItem';

const ProductList = props => {
const {products, checkNotInteresting} = props;

const renderItem = ({item}) => (
<ProductItem {...item} checkNotInteresting={checkNotInteresting} />
);
Expand Down

0 comments on commit 48dee65

Please sign in to comment.