diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/battery.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/battery.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/battery.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/battery.jsx index bfef8f0..a2abffd 100755 --- a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/battery.jsx +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/battery.jsx | |||
| @@ -144,7 +144,7 @@ export const Widget = React.memo(() => { | |||
| 144 | <Icons.Coffee className="battery__caffeinate-icon" /> | 144 | <Icons.Coffee className="battery__caffeinate-icon" /> |
| 145 | </SuspenseIcon> | 145 | </SuspenseIcon> |
| 146 | )} | 146 | )} |
| 147 | {percentage}% | 147 | {`${percentage}%`} |
| 148 | </DataWidget.Widget> | 148 | </DataWidget.Widget> |
| 149 | ); | 149 | ); |
| 150 | }); | 150 | }); |
