Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHeneka committed Jul 18, 2024
1 parent 39f4568 commit 481ee48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/overview/VoltagesValues.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function Entry({ label, nodeName, objectEntryName, min, max }: Readonly<EntryPro

let unit = (info?.unit ?? "") as string;
let color = theme.palette.background.paper2
value = 150
if (value !== undefined) {
color = getLightColorInterpolate(value as number, min, max)
}
Expand Down

0 comments on commit 481ee48

Please sign in to comment.