diff --git a/src/compositions/Cards/Cards.tsx b/src/compositions/Cards/Cards.tsx index ac2074c..0f67a7d 100644 --- a/src/compositions/Cards/Cards.tsx +++ b/src/compositions/Cards/Cards.tsx @@ -217,7 +217,11 @@ export function ReviewCard({ }: ReviewCardProps) { return ( - {new Array(stars).fill()} + + {new Array(stars).fill(0).map((_, i) => ( + + ))} + {title} {body}