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

More cleanup

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-12-17 12:58:07 +02:00
parent 39e5200aac
commit cb8893722c

View File

@ -97,7 +97,7 @@ export class CrdResources extends React.Component<Props> {
return {
renderBoolean: true,
children: jsonPath.value(crdInstance, pathExpression.replace(/\\/g, "")),
children: jsonPath.value(crdInstance, pathExpression),
};
}
),