Changes between Initial Version and Version 1 of Ticket #4998, comment 4
- Timestamp:
- 02/03/2020 05:59:22 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4998, comment 4
initial v1 5 5 > Maybe the best route is to move `worstRating` to 1 (or omit it, which defaults to 1) and conditionally add the `aggregateRating` prop if reviews are present? 6 6 7 That sounds like the best option to me, Drop `worstRating` and Conditionally add ` ratingCount` / `cancelreviewCount` if `>= 1`7 That sounds like the best option to me, Drop `worstRating` and Conditionally add `aggregateRating` if `ratingValue >= 1`