fix: remaining SonarCloud bugs

This commit is contained in:
Fernando Fernández 2023-03-20 00:11:08 +01:00
parent 474befd3f1
commit c1d8886388
3 changed files with 4 additions and 11 deletions

View File

@ -293,10 +293,3 @@ onMounted(async () => {
}
});
</script>
<style lang="scss" scoped>
:deep(.v-slide-group__prev--disabled),
:deep(.v-slide-group__next--disabled) {
display: none !important;
}
</style>

View File

@ -22,10 +22,10 @@
<v-table>
<thead>
<tr>
<th v-for="{ text, value } in headers" :key="value">
<th v-for="{ text, value } in headers" :id="value" :key="value">
{{ text }}
</th>
<th><!-- delete column --></th>
<th scope="col"><!-- delete column --></th>
</tr>
</thead>
<tbody>

View File

@ -23,10 +23,10 @@
<v-table>
<thead>
<tr>
<th v-for="{ text, value } in headers" :key="value">
<th v-for="{ text, value } in headers" :id="value" :key="value">
{{ text }}
</th>
<th><!--for delete button--></th>
<th scope="col"><!--for delete button--></th>
</tr>
</thead>
<tbody>