1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-12-17 12:53:12 +02:00
parent 1df25ffe2b
commit 39e5200aac

View File

@ -95,8 +95,6 @@ export class CrdResources extends React.Component<Props> {
...extraColumns.map((column) => {
const pathExpression = parseJsonPath(column.jsonPath.slice(1));
console.log(pathExpression);
return {
renderBoolean: true,
children: jsonPath.value(crdInstance, pathExpression.replace(/\\/g, "")),