feat: hide Marktsignale tab on Inserate detail drawer — direct listings have no market signal data
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -423,7 +423,7 @@ export default function MyListings() {
|
|||||||
slotProps={{ paper: { sx: { width: { xs: '100%', sm: 560 } } } }}
|
slotProps={{ paper: { sx: { width: { xs: '100%', sm: 560 } } } }}
|
||||||
>
|
>
|
||||||
{detailId && (
|
{detailId && (
|
||||||
<PropertyDetailView propertyId={detailId} onClose={() => setDetailId(null)} hideTabs={['Matchability']} />
|
<PropertyDetailView propertyId={detailId} onClose={() => setDetailId(null)} hideTabs={['Matchability', 'Marktsignale']} />
|
||||||
)}
|
)}
|
||||||
</Drawer>
|
</Drawer>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user