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

Commit

Permalink
Fix PropType warning and error when adding All Reviews block to Editor (
Browse files Browse the repository at this point in the history
  • Loading branch information
thealexandrelara authored and gigitux committed Jun 19, 2023
1 parent ef99a03 commit 2b04251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/blocks/reviews/all-reviews/block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const AllReviewsEditor = ( {
/>
}
name={ __( 'All Reviews', 'woo-gutenberg-products-block' ) }
noReviewsPlaceholder={ NoReviewsPlaceholder() }
noReviewsPlaceholder={ NoReviewsPlaceholder }
/>
</>
);
Expand Down

0 comments on commit 2b04251

Please sign in to comment.