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:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user