1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-10-27 10:18:34 +02:00
parent 4e8bdace79
commit 94420dc7b2

View File

@ -33,7 +33,6 @@ export class PodShellMenu extends React.Component<Props> {
render() { render() {
const { object, toolbar } = this.props const { object, toolbar } = this.props
console.log(Object.keys(object))
const containers = object.getRunningContainers(); const containers = object.getRunningContainers();
if (!containers.length) return; if (!containers.length) return;
return ( return (