offer need issue fixed

This commit is contained in:
Anton Tranelis 2024-05-08 11:37:17 +02:00
parent d69a626223
commit 97bf44092a

View File

@ -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;