mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 07:12:12 +03:00
fix: remove count from batch removal (#2309)
Integrated into release/v3.8.0
This commit is contained in:
@@ -224,9 +224,7 @@ export default function BatchListTab({
|
||||
<span className="material-symbols-outlined text-[16px]">
|
||||
{removingCompleted ? "hourglass_empty" : "delete_sweep"}
|
||||
</span>
|
||||
{removingCompleted
|
||||
? "Removing…"
|
||||
: `Remove completed${completedBatches.length > 0 ? ` (${completedBatches.length})` : ""}`}
|
||||
{removingCompleted ? "Removing…" : "Remove completed"}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user