1
0
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:
Roman 2021-05-19 20:09:12 +03:00
parent 93e7febc94
commit dc91605fb0

View File

@ -87,6 +87,7 @@ export class ClusterView extends React.Component {
if (cluster && !isReady) {
return <ClusterStatus clusterId={clusterId} className="box center"/>;
}
return null;
}