Skip to content

Commit

Permalink
fix: temperature targets item key
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
  • Loading branch information
pedrolamas committed Nov 18, 2024
1 parent fe30cd2 commit d2a86b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/thermals/TemperatureTargets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
<span>
<template v-for="sensor in getNevermoreSensors(item)">
<v-tooltip
:key="sensor"
:key="`${item.key}-${sensor.key}`"
left
:disabled="sensor.disableTooltip"
>
Expand Down

0 comments on commit d2a86b5

Please sign in to comment.