From 97bf44092ac881c6708c5775161559daa7d4ae9e Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Wed, 8 May 2024 11:37:17 +0200 Subject: [PATCH] offer need issue fixed --- src/Components/Profile/OverlayItemProfileSettings.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Components/Profile/OverlayItemProfileSettings.tsx b/src/Components/Profile/OverlayItemProfileSettings.tsx index a00a0951..4fb982f6 100644 --- a/src/Components/Profile/OverlayItemProfileSettings.tsx +++ b/src/Components/Profile/OverlayItemProfileSettings.tsx @@ -119,14 +119,6 @@ export function OverlayItemProfileSettings() { }, [item]) - useEffect(() => { - console.log(offers); - console.log(needs); - console.log(subname) - - - }, [offers, needs, subname]) - const onUpdateItem = async () => { let changedItem = {} as Item;