Fix PropType warning and error when adding All Reviews block to Editor (https://github.com/woocommerce/woocommerce-blocks/pull/9869)

This commit is contained in:
Alexandre Lara 2023-06-19 07:09:54 -03:00 committed by GitHub
parent de425c9efb
commit 48696c6727
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ const AllReviewsEditor = ( {
/>
}
name={ __( 'All Reviews', 'woo-gutenberg-products-block' ) }
noReviewsPlaceholder={ NoReviewsPlaceholder() }
noReviewsPlaceholder={ NoReviewsPlaceholder }
/>
</>
);