Fixed wifi display when quality = 0

This commit is contained in:
David Carley
2022-07-16 19:09:16 -07:00
parent f34e1413b7
commit 8a904da3f6

View File

@@ -19,6 +19,7 @@
const strength = Math.ceil((Number(network.Quality) / 100) * 4);
switch (strength) {
case 0:
case 1:
return "";