mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix crash in ClusterStatus (#4533)
This commit is contained in:
parent
b665a2efe7
commit
6284bd1eb4
@ -153,7 +153,7 @@ export class ClusterStatus extends React.Component<Props> {
|
||||
return (
|
||||
<div className={cssNames(styles.status, "flex column box center align-center justify-center", this.props.className)}>
|
||||
<div className="flex items-center column gaps">
|
||||
<h2>{this.entity.getName()}</h2>
|
||||
<h2>{this.entity?.getName() ?? this.cluster.name}</h2>
|
||||
{this.renderStatusIcon()}
|
||||
{this.renderAuthenticationOutput()}
|
||||
{this.renderReconnectionHelp()}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user