mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
cleanup
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
cff8a70c90
commit
0533455ef0
@ -83,11 +83,6 @@ export class ClusterSettings extends React.Component<Props> {
|
|||||||
const cluster = this.cluster;
|
const cluster = this.cluster;
|
||||||
|
|
||||||
if (!cluster) return null;
|
if (!cluster) return null;
|
||||||
const header = (
|
|
||||||
<>
|
|
||||||
<h2>{cluster.preferences.clusterName}</h2>
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<PageLayout
|
<PageLayout
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user