diff --git a/src/components/benchmark-body.tsx b/src/components/benchmark-body.tsx index 7543be3b..bbec18f7 100644 --- a/src/components/benchmark-body.tsx +++ b/src/components/benchmark-body.tsx @@ -384,9 +384,9 @@ export function BenchmarkBody({
{benchmark.unit === "count" ? "Product ledger" - : "Product ledger · sorted by p50"} + : activePanel ? `Product ledger · sorted by ` : "Product ledger · sorted by p50"
-