diff --git a/gui/src/components/commons/icon/BatteryIcon.tsx b/gui/src/components/commons/icon/BatteryIcon.tsx
index 77311347c..4d173142a 100644
--- a/gui/src/components/commons/icon/BatteryIcon.tsx
+++ b/gui/src/components/commons/icon/BatteryIcon.tsx
@@ -60,7 +60,7 @@ export function BatteryIcon({
/>
-
+ 2 ? 0 : value * 18} height="9" />
{charging && value <= 1 && (
)}
- {charging && value > 1 && (
+ {charging && value > 1 && value < 2 && (
200)
) {
return 'low-battery';
}