From 81d66d24a9ea551e945d58f13a69e0cc0645f120 Mon Sep 17 00:00:00 2001 From: Benjamin Sutter Date: Sun, 24 May 2026 23:14:29 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20hide=20Marktsignale=20tab=20on=20Insera?= =?UTF-8?q?te=20detail=20drawer=20=E2=80=94=20direct=20listings=20have=20n?= =?UTF-8?q?o=20market=20signal=20data?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- src/pages/supply/MyListings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/supply/MyListings.tsx b/src/pages/supply/MyListings.tsx index 542b2ca..6e01820 100644 --- a/src/pages/supply/MyListings.tsx +++ b/src/pages/supply/MyListings.tsx @@ -423,7 +423,7 @@ export default function MyListings() { slotProps={{ paper: { sx: { width: { xs: '100%', sm: 560 } } } }} > {detailId && ( - setDetailId(null)} hideTabs={['Matchability']} /> + setDetailId(null)} hideTabs={['Matchability', 'Marktsignale']} /> )}