Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2022-04-26 15:30:17 -03:00
parent a04fb0b726
commit 83ff9a9ee5
+1 -1
View File
@@ -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);
}