This commit is contained in:
Manav Rathi
2024-10-12 08:45:08 +05:30
parent 85cb80597f
commit ab75a9e55f

View File

@@ -119,8 +119,8 @@ const CGroupPersonHeader: React.FC<CGroupPersonHeaderProps> = ({
},
});
// While technically it is possible for the cgroup not to have a name,
// logical wise we shouldn't be ending up here without a name.
// While technically it is possible for the cgroup not to have a name, logic
// wise we shouldn't be ending up here without a name.
const name = cgroup.data.name ?? "";
return (