mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-12 15:15:58 -07:00
Fix: remove trailing space from Watchtower widget loading label (#6448)
This commit is contained in:
@@ -18,7 +18,7 @@ export default function Component({ service }) {
|
|||||||
if (!watchData) {
|
if (!watchData) {
|
||||||
return (
|
return (
|
||||||
<Container service={service}>
|
<Container service={service}>
|
||||||
<Block label="watchtower.containers_scanned " />
|
<Block label="watchtower.containers_scanned" />
|
||||||
<Block label="watchtower.containers_updated" />
|
<Block label="watchtower.containers_updated" />
|
||||||
<Block label="watchtower.containers_failed" />
|
<Block label="watchtower.containers_failed" />
|
||||||
</Container>
|
</Container>
|
||||||
|
|||||||
Reference in New Issue
Block a user