From 5ef88dbed03cda17a83be11902363835acaf06b9 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier Date: Sun, 26 Jul 2026 14:49:42 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20tab=202-click=20=E2=80=94=20prefetch=20r?= =?UTF-8?q?e-runs=20on=20venue=20change=20+=20tooltip=20hidden=20on=20touc?= =?UTF-8?q?h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/benchmark-body.tsx | 2 +- src/components/chain-tabs.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/benchmark-body.tsx b/src/components/benchmark-body.tsx index 87a624f2..a271a816 100644 --- a/src/components/benchmark-body.tsx +++ b/src/components/benchmark-body.tsx @@ -402,7 +402,7 @@ export function BenchmarkBody({ // variantMap intentionally omitted: presence is re-checked inside the // functional setState, a duplicate in-flight fetch is harmless. // eslint-disable-next-line react-hooks/exhaustive-deps - }, [effectiveChain, effectiveRegion, effectiveKind, aggregateBench]); + }, [effectiveChain, effectiveRegion, effectiveKind, effectiveVenue, aggregateBench]); const benchmark = variantMap[activeKey] ?? aggregateBench; // True while the selected chain/region/kind variant is still loading: diff --git a/src/components/chain-tabs.tsx b/src/components/chain-tabs.tsx index a3fef0f3..8a46caba 100644 --- a/src/components/chain-tabs.tsx +++ b/src/components/chain-tabs.tsx @@ -101,7 +101,7 @@ function Tab({ {info && (info.providers > 0 || info.leader) && (