Skip to content

Commit d4edda5

Browse files
committed
Swap runtime benchmarks and bootstrap tabs
1 parent 0226c1b commit d4edda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/frontend/src/pages/compare/page.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@ loadCompareData(selector, loading);
163163
:benchmark-info="info"
164164
/>
165165
</template>
166-
<BootstrapTable v-if="activeTab === Tab.Bootstrap" :data="data" />
167166
<template v-if="runtimeDataAvailable && activeTab === Tab.Runtime">
168167
<RuntimeBenchmarksPage
169168
:data="data"
170169
:selector="selector"
171170
:benchmark-info="info"
172171
/>
173172
</template>
173+
<BootstrapTable v-if="activeTab === Tab.Bootstrap" :data="data" />
174174
</div>
175175
</div>
176176
<br />

0 commit comments

Comments
 (0)