mirror of
https://github.com/karl0ss/homepage.git
synced 2025-07-05 07:19:09 +01:00
Capitalize status
=)
This commit is contained in:
parent
5c5b677075
commit
b1bf251309
@ -29,7 +29,7 @@ export default function Component({ service }) {
|
|||||||
<Container service={service}>
|
<Container service={service}>
|
||||||
<Block
|
<Block
|
||||||
label="widget.status"
|
label="widget.status"
|
||||||
value={homebridge.data.status}
|
value={`${homebridge.data.status[0].toUpperCase()}${homebridge.data.status.substr(1)}`}
|
||||||
/>
|
/>
|
||||||
<Block
|
<Block
|
||||||
label="homebridge.updates"
|
label="homebridge.updates"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user