Skip to content

Commit

Permalink
Fix: remove comma in Caddy and EVCC widgetS (#3551)
Browse files Browse the repository at this point in the history
  • Loading branch information
grimsi committed Jun 1, 2024
1 parent c267eea commit a53b042
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/widgets/caddy/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
1 change: 0 additions & 1 deletion src/widgets/evcc/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit a53b042

Please sign in to comment.