Skip to content

Commit

Permalink
Merge pull request #2006 from s7tya/fix-table-header
Browse files Browse the repository at this point in the history
fix runtime cmp table header
  • Loading branch information
Kobzol authored Nov 7, 2024
2 parents de54126 + 6a61fa1 commit 61d457d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const unit = computed(() => {
<table v-else class="benches compare">
<thead>
<tr>
<th class="toggle-arrow"></th>
<th>Benchmark</th>
<th>% Change</th>
<th>
Expand Down

0 comments on commit 61d457d

Please sign in to comment.