Remove unnecessary characters from widget layout

This commit is contained in:
grimsi 2024-06-01 02:26:45 +02:00
parent c267eeabf8
commit c2cbc77771
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" />