Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'trunk' into remove-proptype-9547
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange authored May 28, 2023
2 parents a0560cd + caa1243 commit b8dd4e8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions assets/js/base/components/product-list/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* External dependencies
*/
import { useState, useEffect } from '@wordpress/element';
import PropTypes from 'prop-types';
import type { HTMLElementEvent } from '@woocommerce/types';

/**
Expand Down Expand Up @@ -40,9 +39,4 @@ const ProductListContainer = ( {
);
};

ProductListContainer.propTypes = {
attributes: PropTypes.object.isRequired,
hideOutOfStockItems: PropTypes.bool,
};

export default ProductListContainer;

0 comments on commit b8dd4e8

Please sign in to comment.