Skip to content

Commit

Permalink
fix me later
Browse files Browse the repository at this point in the history
  • Loading branch information
just-seba authored Oct 26, 2024
1 parent 48cd073 commit 406e228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/ui/home/status/battery_status_indicator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class BatteryStatusIndicator extends StatelessWidget {
icon: _icon,
value: viewModel.charge,
maxValue: signal(_maxValue),
unit: "%",
unit: Percentage.unit,
);
}

Expand Down

0 comments on commit 406e228

Please sign in to comment.