We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd52fd commit 5650d6aCopy full SHA for 5650d6a
src/pages/apps/[id].astro
@@ -189,7 +189,7 @@ const webAppUrl = algorithm.links.find(link => link.rel === 'webapp')?.href;
189
<span>Benchmark status</span>
190
<BenchmarkInfoPopover client:idle />
191
</div>
192
- <BenchmarkStatus scenarioId={algorithm.id} client:only />
+ <BenchmarkStatus scenarioId={algorithm.id} client:only="react" />
193
</li>
194
<li>
195
<div class="text-white mb-1">Cost estimation</div>
0 commit comments