From 83ff9a9ee5d2849b5b91ed0ec6b10ae91291b702 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Tue, 26 Apr 2022 15:30:17 -0300 Subject: [PATCH] Fix `xo` Signed-off-by: RD WebDesign --- scripts/pi-hole/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }