Fix: remove comma in Caddy and EVCC widgetS (#3551)

This commit is contained in:
Simon 2024-06-01 03:01:27 +02:00 committed by GitHub
parent c267eeabf8
commit a53b042fec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -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" />

View File

@ -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" />