+
+ Total 12 meses
+ {summary.inflation !== null ? (
+
+
+ {formatPct(summary.inflation)} inflación
+
+ ) : (
+
+ Sin inflación
+
+ )}
+
+
+
+ )}
@@ -348,6 +455,38 @@ export function MonthlyVariationTable() {
))}
+ {summary && (
+
+ | Total 12 meses |
+
+
+ |
+
+
+ |
+
+
+ |
+
+ {summary.inflation !== null ? (
+
+ {formatPct(summary.inflation)}
+
+ ) : (
+ --
+ )}
+ |
+
+ )}