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

This commit is contained in:
Simon
2024-05-31 18:01:27 -07:00
committed by GitHub
parent c267eeabf8
commit a53b042fec
2 changed files with 0 additions and 2 deletions
-1
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" />
-1
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" />