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