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',