Skip to content

Commit

Permalink
fix: heuristic index in table
Browse files Browse the repository at this point in the history
Signed-off-by: FernandaCasali <[email protected]>
  • Loading branch information
FernandaCasali committed Apr 19, 2024
1 parent 06fbc68 commit 33975d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/molecules/HeuristicsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@
padding-bottom: 4px !important;
"
>
{{ item.id }} - {{ item.title }}
{{ item.id + 1 }}
- {{ item.title }}
</v-list-item-title>
</v-list-item-content>
<div
Expand Down

0 comments on commit 33975d3

Please sign in to comment.