Skip to content

Commit

Permalink
remove a span element that doesn't do anything
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasoignons committed Dec 17, 2024
2 parents 7b90480 + 7839dfc commit 817ecb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/testing/TestSteps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<thead>
<tr>
<th class="px-0 py-3 text-xs font-medium text-gray-800 dark:text-gray-200 uppercase tracking-wider text-center border-r-gray-600 dark:border-r-gray-400 border-r-2 diagonal-header">
<span class="">Label \ Prediction</span>
Label \ Prediction
</th>
<th v-for="(label, index) in Object.keys(confusionMatrix.matrix)" :key="'header-' + index" class="text-xs font-medium text-gray-800 dark:text-gray-200 uppercase tracking-wider">
{{ label }}
Expand Down

0 comments on commit 817ecb5

Please sign in to comment.