Skip to content

Commit

Permalink
style: 콘솔로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
im-na0 committed Jun 27, 2024
1 parent 2419fbe commit be2d301
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/wishListPage/components/wishCard/WishCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const WishCard = ({ product }: { product: ProductType }) => {
const checkOutDate = formatDateWithoutTime(product.checkOutDate);

useEffect(() => {
console.log(product.visible);
if (product.visible === false) {
const timer = setTimeout(() => {
setIsVisible(false);
Expand Down

0 comments on commit be2d301

Please sign in to comment.