1
0
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:
Iku-turso 2022-10-24 11:47:46 +03:00
parent 2a678b44c9
commit 4eec9330eb

View File

@ -103,7 +103,7 @@ export default <T>({
filter((childThing) => {
const parentId = getParentId(childThing);
return parentId !== undefined && parentId === thingId;
return parentId === thingId;
}),
transformChildren,