needed to make it a string lmao
This commit is contained in:
parent
6d3e4abce0
commit
434793d354
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ function BatteryLabel() {
|
|||
children: [
|
||||
// Widget.Icon({ icon }),
|
||||
Widget.Label({
|
||||
label: value,
|
||||
label: value.toString(),
|
||||
}),
|
||||
],
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue