diff --git a/gui/src/components/tracker/TrackerBattery.tsx b/gui/src/components/tracker/TrackerBattery.tsx index 0bf775a82..1f4c232ab 100644 --- a/gui/src/components/tracker/TrackerBattery.tsx +++ b/gui/src/components/tracker/TrackerBattery.tsx @@ -6,6 +6,7 @@ import { Typography } from '@/components/commons/Typography'; export function TrackerBattery({ value, voltage, + runtime, disabled, textColor = 'primary', }: { @@ -14,6 +15,7 @@ export function TrackerBattery({ */ value: number; voltage?: number | null; + runtime?: BigInt | null disabled?: boolean; textColor?: string; }) { @@ -33,11 +35,27 @@ export function TrackerBattery({ return (