refactor: remove ÖV chip from supply card — tenant metric, not manager metric

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Sutter
2026-06-09 22:40:29 +02:00
parent 5c886193d5
commit bae0cd31d5
@@ -181,10 +181,6 @@ export const PropertyIntelligenceCard = memo(function PropertyIntelligenceCard({
<Chip label={`${p.contractDurationMonths}M Vertrag`} size="small"
sx={{ height: 22, fontSize: '0.7rem', bgcolor: '#f4f3f0', color: DS_TEXT.secondary, border: `1px solid ${DS_BORDER.default}` }} />
)}
{p.softFactors?.publicTransportMinutes != null && (
<Chip label={`${p.softFactors.publicTransportMinutes} min ÖV`} size="small"
sx={{ height: 22, fontSize: '0.7rem', bgcolor: '#f4f3f0', color: DS_TEXT.secondary, border: `1px solid ${DS_BORDER.default}` }} />
)}
</Box>
{/* Data completeness — tells manager if listing is visible to matching */}