mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user