diff --git a/components/CurrencyCard.tsx b/components/CurrencyCard.tsx index 1ba3c62..aaea10e 100644 --- a/components/CurrencyCard.tsx +++ b/components/CurrencyCard.tsx @@ -739,10 +739,11 @@ function OISEnhancedBlock({ ratePath, syncChartTab, onChartTabChange }: { )} - {/* Chart 3 — Probabilités : ligne de probMovePct par réunion (style original) */} + {/* Chart 3 — Probabilités : LineChart probMovePct + liste réunions avec taux prévu */} {chartTab === "scenarios" && (
{label}
-- {v.toFixed(0)}% {m?.probIsCut ? "Cut" : "Hike"} -
-- Implicite : {m?.impliedRate.toFixed(2)}% -
+Prob : {v.toFixed(0)}% {m?.probIsCut ? "Cut" : "Hike"}
+Implicite : {m?.impliedRate.toFixed(2)}%