mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
fix mismatched labels
This commit is contained in:
@@ -44,8 +44,8 @@ export default function Npm({ service }) {
|
|||||||
if (!infoData) {
|
if (!infoData) {
|
||||||
return (
|
return (
|
||||||
<Widget>
|
<Widget>
|
||||||
<Block label="Running" />
|
<Block label="Enabled" />
|
||||||
<Block label="Stopped" />
|
<Block label="Disabled" />
|
||||||
<Block label="Total" />
|
<Block label="Total" />
|
||||||
</Widget>
|
</Widget>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user