1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-11-13 09:31:09 +02:00
parent e6fe8f6643
commit 251ea9b19c

View File

@ -193,7 +193,6 @@ export class Sidebar extends React.Component<Props> {
</SidebarNavItem>
{clusterPageMenuRegistry.getItems().map(({ title, url, components: { Icon } }) => {
const registeredPage = clusterPageRegistry.getByUrl(url);
console.log(url, registeredPage)
if (!registeredPage) return;
const { routePath, exact } = registeredPage;
return (