fix: remove Quelle & Herkunft panel from demand MatchDetail

Internal data provenance is irrelevant for property seekers.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Sutter
2026-05-21 21:12:33 +02:00
parent 67d3d06a53
commit 0dac528f98
+1 -2
View File
@@ -22,7 +22,6 @@ import {
TradeoffPanel, TradeoffPanel,
RiskPanel, RiskPanel,
MissingInformationPanel, MissingInformationPanel,
SourceProvenancePanel,
FutureAvailabilityContextPanel, FutureAvailabilityContextPanel,
NextActionsPanel, NextActionsPanel,
} from '../../components/match-detail' } from '../../components/match-detail'
@@ -540,7 +539,7 @@ export default function MatchDetail() {
<TradeoffPanel match={match} /> <TradeoffPanel match={match} />
<RiskPanel match={match} /> <RiskPanel match={match} />
<MissingInformationPanel match={match} /> <MissingInformationPanel match={match} />
<SourceProvenancePanel property={property} />
{isFuture && <FutureAvailabilityContextPanel match={match} signal={signal} />} {isFuture && <FutureAvailabilityContextPanel match={match} signal={signal} />}
</Box> </Box>