mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
make lint happy
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
93e7febc94
commit
dc91605fb0
@ -87,6 +87,7 @@ export class ClusterView extends React.Component {
|
|||||||
if (cluster && !isReady) {
|
if (cluster && !isReady) {
|
||||||
return <ClusterStatus clusterId={clusterId} className="box center"/>;
|
return <ClusterStatus clusterId={clusterId} className="box center"/>;
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user