Skip to content

Commit

Permalink
v1.3.2 (#833)
Browse files Browse the repository at this point in the history
v1.3.2
  • Loading branch information
Leejin-Yang authored Oct 19, 2023
2 parents 9a7eb72 + a0793f3 commit 73e19b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/components/Product/ProductItem/ProductItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ const ProductItem = ({ product }: ProductItemProps) => {
const { name, price, image, averageRating, reviewCount } = product;
const [isImageLoading, setIsImageLoading] = useState(true);

if (!category) {
return null;
}

return (
<ProductItemContainer>
{image ? (
Expand Down

0 comments on commit 73e19b8

Please sign in to comment.