Skip to content

Commit

Permalink
perf(storefront): ♻️ removed review from product cart
Browse files Browse the repository at this point in the history
  • Loading branch information
sahrohit committed Aug 7, 2023
1 parent a52ef49 commit d909524
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/storefront/src/components/pages/product/ProductCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,14 @@ const ProductCard = (props: ProductCardProps) => {
currency="NPR"
/>
</Stack>
<HStack>
{/*
// ? Rating on the product page is maybe un-necessary
<HStack>
<Rating defaultValue={2} size="sm" />
<Text fontSize="sm" color={useColorModeValue("gray.600", "gray.400")}>
12 Reviews
</Text>
</HStack>
</HStack> */}
</Stack>
</Stack>
);
Expand Down

0 comments on commit d909524

Please sign in to comment.