mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
Fix: remove comma in Caddy and EVCC widgetS (#3551)
This commit is contained in:
parent
c267eeabf8
commit
a53b042fec
@ -17,7 +17,6 @@ export default function Component({ service }) {
|
||||
if (!resultData) {
|
||||
return (
|
||||
<Container service={service}>
|
||||
,
|
||||
<Block label="caddy.upstreams" />
|
||||
<Block label="caddy.requests" />
|
||||
<Block label="caddy.requests_failed" />
|
||||
|
@ -17,7 +17,6 @@ export default function Component({ service }) {
|
||||
if (!stateData) {
|
||||
return (
|
||||
<Container service={service}>
|
||||
,
|
||||
<Block label="evcc.pv_power" />
|
||||
<Block label="evcc.grid_power" />
|
||||
<Block label="evcc.home_power" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user