auto: sync 2026-06-02 15:20

This commit is contained in:
Capucine Gest
2026-06-02 15:20:52 +02:00
parent 2347d02ae4
commit 720ea89c90
+1 -1
View File
@@ -363,7 +363,7 @@ export default function CurrencyCard({ currency, expectations, yields, sentiment
<Row
label={(() => {
const isQoQ = (inds?.cpiCoreMoM as (Ind & { isQoQ?: boolean }) | null)?.isQoQ;
return isQoQ ? "Core CPI QoQ (=Core CPI Index)" : "Core CPI MoM (=Core CPI Index)";
return isQoQ ? "Core CPI QoQ (=Core Inflation Rate MoM)" : "Core CPI MoM (=Core Inflation Rate MoM)";
})()}
ind={inds?.cpiCoreMoM ?? null}
unit="%"