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

Commit b71a6c4

Browse files
fixed ts error
1 parent 4e823a7 commit b71a6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/blocks/reviews/reviews-by-product/no-reviews-placeholder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const NoReviewsPlaceholder = ( {
2424
<ErrorPlaceholder
2525
className="wc-block-featured-product-error"
2626
error={ error as ErrorObject }
27-
isLoading={ false }
27+
isLoading={ isLoading as boolean }
2828
onRetry={ getProduct }
2929
/>
3030
);

0 commit comments

Comments
 (0)