diff --git a/scripts/pi-hole/js/footer.js b/scripts/pi-hole/js/footer.js index 77d12142..286707db 100644 --- a/scripts/pi-hole/js/footer.js +++ b/scripts/pi-hole/js/footer.js @@ -522,7 +522,7 @@ function updateVersionInfo() { } else { // non-master branch localVersion = "vDev (" + v.branch + ", " + v.hash + ")"; - if (v.hash_remote !== null && v.hash !== v.hash_remote) { + if (v.hash_remote && v.hash !== v.hash_remote) { // hash differ > Update available updateComponentAvailable = true; // link to the commit history instead of release page