From faac065b6008a6e35189909bbbc42f91d81dfed5 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier Date: Tue, 2 Jun 2026 17:28:38 +0200 Subject: [PATCH] bench-body: pass activePanel to LedgerTable + dynamic ledger title --- src/components/benchmark-body.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"

- + {benchmark.unit !== "count" &&