From 0d1fa9d5279da250ee05eeeef209f69c2eb20c2d Mon Sep 17 00:00:00 2001 From: a-honey Date: Sat, 24 Feb 2024 03:14:13 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=BD=98=EC=86=94=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/atoms/Lottie.tsx | 7 +++---- src/components/molecules/FridgeListItem.tsx | 2 -- src/components/organisms/IngredientAddModal.tsx | 1 - 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/components/atoms/Lottie.tsx b/src/components/atoms/Lottie.tsx index e65d48c..caa66fd 100644 --- a/src/components/atoms/Lottie.tsx +++ b/src/components/atoms/Lottie.tsx @@ -1,11 +1,10 @@ import React from 'react'; -// import Lottie from 'lottie-react'; -// import animationData from './../../assets/lottie.json'; +import Lottie from 'lottie-react'; +import animationData from './../../assets/lottie.json'; const LottieComponent = () => { return ( - // -
로딩중
+ ); }; diff --git a/src/components/molecules/FridgeListItem.tsx b/src/components/molecules/FridgeListItem.tsx index 5732961..dded0fe 100644 --- a/src/components/molecules/FridgeListItem.tsx +++ b/src/components/molecules/FridgeListItem.tsx @@ -33,8 +33,6 @@ const FridgeListItem: React.FC = ({ putFridgeName.mutate({ name: newFridgeName.name }); }; - console.log(isEditingFridgeName); - console.log(newFridgeName); return ( void = () => { - console.log({ ...reqBody }); postIngredient.mutate({ ...reqBody, location: isInFreezer ? 'FREEZING' : 'FREEZING',