feat: add PanelSections component for dashboard weather data visualization and market bucket analysis
This commit is contained in:
@@ -871,7 +871,6 @@ export function ProbabilityDistribution({
|
|||||||
marketBucket,
|
marketBucket,
|
||||||
detail,
|
detail,
|
||||||
);
|
);
|
||||||
if (probability == null) continue;
|
|
||||||
|
|
||||||
const key =
|
const key =
|
||||||
marketBucket.slug ||
|
marketBucket.slug ||
|
||||||
@@ -882,7 +881,7 @@ export function ProbabilityDistribution({
|
|||||||
rows.push({
|
rows.push({
|
||||||
key,
|
key,
|
||||||
label: formatMarketBucketDisplayLabel(marketBucket, detail),
|
label: formatMarketBucketDisplayLabel(marketBucket, detail),
|
||||||
probability,
|
probability: probability ?? 0,
|
||||||
marketBucket,
|
marketBucket,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user