From b13a52db979e1f3ae4a8b98d94907a2c02bebdb4 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Fri, 16 Feb 2024 18:23:34 +0100 Subject: [PATCH] Fixed groupByFamily --- src/frontend/src/utils/utils.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/utils/utils.ts b/src/frontend/src/utils/utils.ts index dec842669..f1e534c1a 100644 --- a/src/frontend/src/utils/utils.ts +++ b/src/frontend/src/utils/utils.ts @@ -136,12 +136,11 @@ export function groupByFamily( ((!excludeTypes.has(template.type) && baseClassesSet.has(template.type)) || (template.input_types && - template.input_types.some((inputType) => { - baseClassesSet.has(inputType); - }))) + template.input_types.some((inputType) => + baseClassesSet.has(inputType) + ))) ); }; - console.log(flow); if (flow) { // se existir o flow