1
0
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:
Sebastian Malton 2021-05-06 11:44:20 -04:00
parent a23f3e038c
commit b9cd305746

View File

@ -70,7 +70,7 @@ export class ClusterView extends React.Component<Props> {
const { cluster } = this;
const showStatus = cluster && (!cluster.available || !hasLoadedView(cluster.id) || !cluster.ready);
refreshViews(cluster.id);
refreshViews(this.clusterId);
return (
<div className="ClusterView flex align-center">