diff --git a/components/ui/Rating/Rating.tsx b/components/ui/Rating/Rating.tsx index c115006de..e9ae65833 100644 --- a/components/ui/Rating/Rating.tsx +++ b/components/ui/Rating/Rating.tsx @@ -12,6 +12,7 @@ const Quantity: FC = ({ value = 5 }) => {
{rangeMap(5, (i) => ( = Math.floor(value), })}