Co-authored-by: Niels Lange <info@nielslange.de>
This commit is contained in:
Hritik Chaudhary 2023-05-29 09:43:25 +05:30 committed by GitHub
parent edab9c00ab
commit 2e1193b2a9
1 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,6 @@
/**
* External dependencies
*/
import PropTypes from 'prop-types';
import classnames from 'classnames';
import {
AddToCartFormContextProvider,
@ -85,8 +84,4 @@ const Block = ( { className, showFormElements }: Props ) => {
);
};
Block.propTypes = {
className: PropTypes.string,
};
export default withProductDataContext( Block );