diff --git a/webui/src/components/StatsPanel.tsx b/webui/src/components/StatsPanel.tsx index c5022381..3a0ee5a3 100644 --- a/webui/src/components/StatsPanel.tsx +++ b/webui/src/components/StatsPanel.tsx @@ -90,7 +90,7 @@ const StatsPanel = ({ selector }: { selector: OpSelector }) => { dataKey="totalSizeBytes" tickFormatter={(v) => formatBytes(v)} /> - formatDate(v as number)} /> + formatBytes(v as number)}/>