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

Revert code style change

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2021-12-16 07:00:37 +02:00
parent a2486da0eb
commit 250b301655
No known key found for this signature in database
GPG Key ID: 5F465B5672372402

View File

@ -103,8 +103,7 @@ class NonInjectedKubeObjectMenu extends React.Component<KubeObjectMenuProps2> {
return (
<p>
Remove {object.kind} <b>{breadcrumb}</b> from{" "}
<b>{this.props.dependencies.clusterName}</b>?
Remove {object.kind} <b>{breadcrumb}</b> from <b>{this.dependencies.clusterName}</b>?
</p>
);
}