1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix formatting

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-06 15:37:47 -05:00
parent 231913bcdb
commit 032acf71c6

View File

@ -45,8 +45,8 @@ const clusterFrameContextForNamespacedResourcesInjectable = getInjectable({
const namespaces = new Set(contextNamespaces.get()); const namespaces = new Set(contextNamespaces.get());
return allNamespaces.get().length > 1 return allNamespaces.get().length > 1
&& cluster.accessibleNamespaces.length === 0 && cluster.accessibleNamespaces.length === 0
&& allNamespaces.get().every(ns => namespaces.has(ns)); && allNamespaces.get().every(ns => namespaces.has(ns));
}); });
return { return {