mirror of
https://github.com/caty21/forex-dashboard.git
synced 2026-08-17 22:48:06 +00:00
auto: sync 2026-06-02 15:20
This commit is contained in:
@@ -363,7 +363,7 @@ export default function CurrencyCard({ currency, expectations, yields, sentiment
|
|||||||
<Row
|
<Row
|
||||||
label={(() => {
|
label={(() => {
|
||||||
const isQoQ = (inds?.cpiCoreMoM as (Ind & { isQoQ?: boolean }) | null)?.isQoQ;
|
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}
|
ind={inds?.cpiCoreMoM ?? null}
|
||||||
unit="%"
|
unit="%"
|
||||||
|
|||||||
Reference in New Issue
Block a user