mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
Fix: remove comma in Caddy and EVCC widgetS (#3551)
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user