mirror of
https://github.com/caty21/forex-dashboard.git
synced 2026-07-27 20:37:45 +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
|
||||
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="%"
|
||||
|
||||
Reference in New Issue
Block a user