Fixing some linter errors

This commit is contained in:
Eric Herbrandson
2020-10-17 11:46:28 -05:00
parent 3fbdba4252
commit 79f2f5a3bd
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import _ from 'lodash';
import {Base64} from 'js-base64';
import { request, post, stream, apiFactory, apiFactoryWithNamespace, requestText } from './apiProxy';
import {request, post, stream, apiFactory, apiFactoryWithNamespace, requestText} from './apiProxy';
import log from '../utils/log';
import {K8sEvent, Namespace, TODO, Metrics, PersistentVolume, Node, Pod, ClusterRole, ClusterRoleBinding, ConfigMap, RoleBinding, Secret, ServiceAccount, StorageClass} from '../utils/types';

View File

@@ -117,7 +117,6 @@ export default class Logs extends Base<Props, State> {
this.setState({logDownloading: false});
}
});
}
render() {