Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Niilo Keinänen committed Aug 5, 2024
1 parent 5cb70a1 commit dd16e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ for (let iCh = 0; iCh < 4; iCh++) {
const gauge = lc
.Gauge({
container: gaugeContainer,
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,,
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
})
.setTitle('')
.setUnitLabel(`Channel ${iCh + 1}`)
Expand Down

0 comments on commit dd16e95

Please sign in to comment.