mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Fix: remove comma in Caddy and EVCC widgetS (#3551)
This commit is contained in:
parent
c267eeabf8
commit
a53b042fec
2 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue