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

Remove redundant comment

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-03-28 08:02:42 +03:00
parent 0582b62a11
commit 010b3a18bd
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A
3 changed files with 0 additions and 13 deletions

View File

@ -69,9 +69,6 @@ class MockCatalogEntity extends CatalogEntity {
} }
describe("<Catalog />", () => { describe("<Catalog />", () => {
// group: "entity.k8slens.dev",
// kind: "KubernetesCluster",
function createMockCatalogEntity(onRun: (context: CatalogEntityActionContext) => void | Promise<void>) { function createMockCatalogEntity(onRun: (context: CatalogEntityActionContext) => void | Promise<void>) {
return new MockCatalogEntity({ return new MockCatalogEntity({
metadata: { metadata: {

View File

@ -64,19 +64,10 @@ class NonInjectedHelmReleases extends Component<Dependencies> {
name: item.getName(), name: item.getName(),
namespace: item.getNs(), namespace: item.getNs(),
}); });
// navigation.push(releaseURL({
// params: {
// name: item.getName(),
// namespace: item.getNs(),
// },
// }));
}; };
hideDetails = () => { hideDetails = () => {
this.props.navigateToHelmReleases(); this.props.navigateToHelmReleases();
// navigation.push(releaseURL());
}; };
renderRemoveDialogMessage(selectedItems: HelmRelease[]) { renderRemoveDialogMessage(selectedItems: HelmRelease[]) {

View File

@ -4,7 +4,6 @@
*/ */
import { getInjectable, getInjectionToken } from "@ogre-tools/injectable"; import { getInjectable, getInjectionToken } from "@ogre-tools/injectable";
import { computed, IComputedValue } from "mobx"; import { computed, IComputedValue } from "mobx";
// @ts-ignore
import { pipeline } from "@ogre-tools/fp"; import { pipeline } from "@ogre-tools/fp";
import { import {