diff --git a/_components/ReviewInfo.tsx b/_components/ReviewInfo.tsx index eed4fe7..0f30f51 100644 --- a/_components/ReviewInfo.tsx +++ b/_components/ReviewInfo.tsx @@ -26,7 +26,7 @@ export function ReviewInfo({name, rating, metadata, children}: ReviewInfoProps)
- {rating} + {rating !== 0 && rating}