From 60c9fbca00e92baec0e5abb8867771b9f24d92cf Mon Sep 17 00:00:00 2001 From: Bel Curcio Date: Fri, 4 Jun 2021 14:56:39 -0300 Subject: [PATCH] Rating Component --- components/ui/Rating/Rating.tsx | 1 + 1 file changed, 1 insertion(+) 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), })}