Align card links with price sources
This commit is contained in:
@@ -623,7 +623,7 @@ function buildPriceHistoryBySource(priceHistory) {
|
||||
return {
|
||||
sourceKey: bucket.sourceKey,
|
||||
sourceLabel: bucket.sourceLabel,
|
||||
sourceUrl: bucket.sourceUrl,
|
||||
sourceUrl: latestPoint?.sourceUrl || bucket.sourceUrl,
|
||||
bookingType: latestPoint?.bookingType || null,
|
||||
priceBasis: latestPoint?.priceBasis || null,
|
||||
pointCount: bucket.points.length,
|
||||
|
||||
Reference in New Issue
Block a user