Fix minor eslint warnings

This commit is contained in:
uwap 2020-10-05 22:02:30 +02:00
parent 8917402888
commit 43a33c3ab3
7 changed files with 11 additions and 11 deletions

View file

@ -633,7 +633,7 @@ const config: Config = {
position: [1413, 500],
icon: mdi("pool"),
iconColor: ({whirlpoolBubbles}) =>
(parseInt(whirlpoolBubbles) > 0 ? hex("#00ff00") : hex("#000000")),
(parseInt(whirlpoolBubbles, 10) > 0 ? hex("#00ff00") : hex("#000000")),
ui: [
{
type: "text",