diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js index 07c7aeb6..44f1a7f9 100644 --- a/scripts/pi-hole/js/index.js +++ b/scripts/pi-hole/js/index.js @@ -543,7 +543,7 @@ function updateForwardDestinationsPie() { values.findIndex(arr => arr.includes("other")), 1 )[0]; - if (other[1] != 0) { + if (other[1] !== 0) { values.push(other); }