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

Reviews by Product: prevent importing all HOCs and import only withComponentId #811

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/js/blocks/reviews-by-product/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import PropTypes from 'prop-types';
* Internal dependencies
*/
import { getReviews, renderReview } from './utils';
import { withComponentId } from '../../hocs';
import withComponentId from '../../hocs/with-component-id';

/**
* Component to handle edit mode of "Reviews by Product".
Expand Down