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 2021-04-14 14:29:31 +03:00
parent cff8a70c90
commit 0533455ef0

View File

@ -83,11 +83,6 @@ export class ClusterSettings extends React.Component<Props> {
const cluster = this.cluster;
if (!cluster) return null;
const header = (
<>
<h2>{cluster.preferences.clusterName}</h2>
</>
);
return (
<PageLayout