mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix cluster name prop
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
7b5e76322f
commit
ccb79cdf95
@ -184,7 +184,7 @@ export class Sidebar extends React.Component<Props> {
|
|||||||
return (
|
return (
|
||||||
<div className={cssNames(Sidebar.displayName, "flex column", className)}>
|
<div className={cssNames(Sidebar.displayName, "flex column", className)}>
|
||||||
<div className="cluster-name">
|
<div className="cluster-name">
|
||||||
{ClusterStore.getInstance().getById(App.clusterId).preferences.clusterName}
|
{ClusterStore.getInstance().getById(App.clusterId)?.name}
|
||||||
</div>
|
</div>
|
||||||
<div className={cssNames("sidebar-nav flex column box grow-fixed")}>
|
<div className={cssNames("sidebar-nav flex column box grow-fixed")}>
|
||||||
<SidebarItem
|
<SidebarItem
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user