diff --git a/src/Components/Profile/OverlayItemProfile.tsx b/src/Components/Profile/OverlayItemProfile.tsx index b348818f..a592af01 100644 --- a/src/Components/Profile/OverlayItemProfile.tsx +++ b/src/Components/Profile/OverlayItemProfile.tsx @@ -383,7 +383,6 @@ export function OverlayItemProfile({ userType }: { userType: string }) { < div className='tw-flex tw-flex-wrap tw-mb-4'> { offers.map(o => { - console.log(o); addFilterTag(o) }} />) } @@ -412,13 +411,13 @@ export function OverlayItemProfile({ userType }: { userType: string }) { {item.layer?.itemType.relations && <> updateActiveTab(7)} /> -
+
{relations && relations.map(i => -
navigate('/item/' + i.id)}> +
navigate('/item/' + i.id)}>