1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix lint issues

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Jim Ehrismann 2021-09-07 14:53:06 -04:00
parent 32b2e82871
commit 45a78d2df7

View File

@ -161,16 +161,16 @@ export class DeleteClusterDialog extends React.Component {
if (cluster.isInLocalKubeconfig()) { if (cluster.isInLocalKubeconfig()) {
return ( return (
<div> <div>
Delete the <b>{cluster.getMeta().name}</b> context from Lens's internal kubeconfig? Delete the <b>{cluster.getMeta().name}</b> context from Lens&apos;s internal kubeconfig?
</div> </div>
) );
} }
return ( return (
<div> <div>
Delete the <b>{cluster.getMeta().name}</b> context from <b>{cluster.kubeConfigPath}</b>? Delete the <b>{cluster.getMeta().name}</b> context from <b>{cluster.kubeConfigPath}</b>?
</div> </div>
) );
} }
getWarningMessage() { getWarningMessage() {