mirror of
https://github.com/caty21/forex-dashboard.git
synced 2026-08-13 04:28:04 +00:00
auto: sync 2026-06-02 17:07
This commit is contained in:
@@ -415,7 +415,7 @@ export default function CurrencyCard({ currency, expectations, yields, sentiment
|
||||
{(inflFilter === "all" || inflFilter === "yoy") && (
|
||||
<>
|
||||
<Row label="Core CPI YoY" ind={inds?.cpiCore ?? null} unit="%" consensus={fc?.cpiCore ?? fc?.cpi ?? null} surpriseVsCons={fc?.cpiSurprise ?? null} />
|
||||
<Row label="Inflation Rate YoY" ind={inds?.cpiYoY ?? null} unit="%" />
|
||||
<Row label="Inflation Rate YoY" ind={inds?.cpiYoY ?? null} unit="%" consensus={fc?.cpi ?? null} />
|
||||
{inds?.commodityPricesYoY && (
|
||||
<Row label="Commodity Prices YoY" ind={inds.commodityPricesYoY} unit="%" info="AUD — RBA Commodity Price Index (TradingEconomics)" />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user