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:
parent
39e5200aac
commit
cb8893722c
@ -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),
|
||||
};
|
||||
}
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user