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) && (