mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Kill dead code
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi> Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
2a678b44c9
commit
4eec9330eb
@ -103,7 +103,7 @@ export default <T>({
|
|||||||
filter((childThing) => {
|
filter((childThing) => {
|
||||||
const parentId = getParentId(childThing);
|
const parentId = getParentId(childThing);
|
||||||
|
|
||||||
return parentId !== undefined && parentId === thingId;
|
return parentId === thingId;
|
||||||
}),
|
}),
|
||||||
|
|
||||||
transformChildren,
|
transformChildren,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user