From fadfb650d2469d2a63ffe738b2fdd9054bad3072 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 16 Jul 2024 14:51:25 +0200 Subject: [PATCH] small layout fix in ralations tab --- src/Components/Profile/OverlayItemProfile.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)}>