mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-23 09:26:31 +00:00
fix: incorrectly formatted total size on stats panel (#667)
This commit is contained in:
@@ -90,7 +90,7 @@ const StatsPanel = ({ selector }: { selector: OpSelector }) => {
|
||||
dataKey="totalSizeBytes"
|
||||
tickFormatter={(v) => formatBytes(v)}
|
||||
/>
|
||||
<Tooltip labelFormatter={(v) => formatDate(v as number)} />
|
||||
<Tooltip labelFormatter={(v) => formatBytes(v as number)}/>
|
||||
<Legend />
|
||||
<Line
|
||||
yAxisId="left"
|
||||
|
||||
Reference in New Issue
Block a user