diff --git a/scripts/pi-hole/js/queries.js b/scripts/pi-hole/js/queries.js index 0348504e..e6ee5347 100644 --- a/scripts/pi-hole/js/queries.js +++ b/scripts/pi-hole/js/queries.js @@ -351,7 +351,7 @@ $(function () { $("td:eq(5)", row).html(replytext); - if (data.length > 7 && data[7] > 0) { + if (data.length > 7) { var content = $("td:eq(5)", row).html(); $("td:eq(5)", row).html(content + " (" + (0.1 * data[7]).toFixed(1) + "ms)"); }