mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix refreshViews in ClusterView to use props value
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
a23f3e038c
commit
b9cd305746
@ -70,7 +70,7 @@ export class ClusterView extends React.Component<Props> {
|
|||||||
const { cluster } = this;
|
const { cluster } = this;
|
||||||
const showStatus = cluster && (!cluster.available || !hasLoadedView(cluster.id) || !cluster.ready);
|
const showStatus = cluster && (!cluster.available || !hasLoadedView(cluster.id) || !cluster.ready);
|
||||||
|
|
||||||
refreshViews(cluster.id);
|
refreshViews(this.clusterId);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="ClusterView flex align-center">
|
<div className="ClusterView flex align-center">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user