diff --git a/dashboard/src/routes/downloads/+page.svelte b/dashboard/src/routes/downloads/+page.svelte
index a42d1630..90289a9c 100644
--- a/dashboard/src/routes/downloads/+page.svelte
+++ b/dashboard/src/routes/downloads/+page.svelte
@@ -469,11 +469,11 @@
{#if cell.kind === "completed"}
- {formatBytes(cell.totalBytes)}
{:else if cell.kind === "pending"}
0
? `${formatBytes(cell.downloaded)} / ${formatBytes(cell.total)} downloaded (paused)`
: "Download pending"}
>
{#if cell.downloaded > 0 && cell.total > 0}
- {formatBytes(cell.downloaded)} / {formatBytes(
cell.total,
)}
startDownload(col.nodeId, row.shardMetadata!)}
title="Resume download on this node"
>
{:else if cell.kind === "failed"}
@@ -631,13 +632,13 @@
{#if row.shardMetadata}
|