diff --git a/apps/smartbatt/clkinfo.js b/apps/smartbatt/clkinfo.js index ae96756ba..05f52cf64 100644 --- a/apps/smartbatt/clkinfo.js +++ b/apps/smartbatt/clkinfo.js @@ -8,7 +8,7 @@ var daysLeft = hrsLeft / 24; daysLeft = Math.round(daysLeft); - else if(daysLeft >= 1) { + if(daysLeft >= 1) { return daysLeft+"d"; }