Skip to content

Commit

Permalink
fix: weights tooltips
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 2f0250d commit 067bb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/molecules/WeightTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
/>
</template>
<span>
H{{ f + (tabs + 1) }} has
{{ importt[r - 1] }} than H {{ tabs + 1 }}</span
H{{ tabs + 1 }} has
{{ importt[r - 1] }} than H{{ f + (tabs + 1) }}</span
>
</v-tooltip>
</v-radio-group>
Expand Down

0 comments on commit 067bb37

Please sign in to comment.