fix mismatched labels

This commit is contained in:
Ben Phelps 2022-09-03 12:40:15 +03:00
parent 8f001ad88a
commit 972ede9249

View File

@ -44,8 +44,8 @@ export default function Npm({ service }) {
if (!infoData) {
return (
<Widget>
<Block label="Running" />
<Block label="Stopped" />
<Block label="Enabled" />
<Block label="Disabled" />
<Block label="Total" />
</Widget>
);