mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
Capitalize status
=)
This commit is contained in:
parent
5c5b677075
commit
b1bf251309
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export default function Component({ service }) {
|
|||
<Container service={service}>
|
||||
<Block
|
||||
label="widget.status"
|
||||
value={homebridge.data.status}
|
||||
value={`${homebridge.data.status[0].toUpperCase()}${homebridge.data.status.substr(1)}`}
|
||||
/>
|
||||
<Block
|
||||
label="homebridge.updates"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue