Skip to content

Commit 5650d6a

Browse files
fix: add client:only directive to benchmark status
1 parent 7bd52fd commit 5650d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/apps/[id].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const webAppUrl = algorithm.links.find(link => link.rel === 'webapp')?.href;
189189
<span>Benchmark status</span>
190190
<BenchmarkInfoPopover client:idle />
191191
</div>
192-
<BenchmarkStatus scenarioId={algorithm.id} client:only />
192+
<BenchmarkStatus scenarioId={algorithm.id} client:only="react" />
193193
</li>
194194
<li>
195195
<div class="text-white mb-1">Cost estimation</div>

0 commit comments

Comments
 (0)