diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 2c64ef6..a9dc62e 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -852,7 +852,7 @@ function DistributionPanel({ data, language, theme, locale }: { data?: Distribut function HistoricalPanel({ status, language, locale, compact = false }: { status?: HistoricalStatus; language: Language; locale: string; compact?: boolean }) { if (!status) return
| {t(language, "recentChunks")} | {t(language, "status")} | kWh |
|---|---|---|
#{chunk.chunk_index} {chunk.start_date} → {chunk.end_date} | {chunk.state} | {formatValue(chunk.energy_kwh, "kWh", 2, locale)} |