Align card links with price sources

This commit is contained in:
TopherMayor
2026-06-12 11:19:05 -07:00
parent 4cce703544
commit ecf1859821
4 changed files with 9 additions and 9 deletions

View File

@@ -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,