diff --git a/src/components/Product/ProductItem/ProductItem.tsx b/src/components/Product/ProductItem/ProductItem.tsx index 8a78d6a6..9a7de7c7 100644 --- a/src/components/Product/ProductItem/ProductItem.tsx +++ b/src/components/Product/ProductItem/ProductItem.tsx @@ -33,7 +33,12 @@ const ProductItem = ({ product }: ProductItemProps) => { loading="lazy" onLoad={() => setIsImageLoading(false)} /> - {isImageLoading && } + {/*스켈레톤 디자인시스템에서 수정*/} + {isImageLoading && ( +
+ +
+ )}

{name}