diff --git a/src/app/(dashboard)/dashboard/batch/BatchListTab.tsx b/src/app/(dashboard)/dashboard/batch/BatchListTab.tsx index c47f7f21ca..eca2569383 100644 --- a/src/app/(dashboard)/dashboard/batch/BatchListTab.tsx +++ b/src/app/(dashboard)/dashboard/batch/BatchListTab.tsx @@ -224,9 +224,7 @@ export default function BatchListTab({ {removingCompleted ? "hourglass_empty" : "delete_sweep"} - {removingCompleted - ? "Removing…" - : `Remove completed${completedBatches.length > 0 ? ` (${completedBatches.length})` : ""}`} + {removingCompleted ? "Removing…" : "Remove completed"}