Skip to content

Commit 91da7df

Browse files
committed
chore: remove extraneous inline comment
1 parent f1dec43 commit 91da7df

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/home/components/mothership-view/components/add-resource-dropdown

apps/sim/app/workspace/[workspaceId]/home/components/mothership-view/components/add-resource-dropdown/add-resource-dropdown.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ export function buildWorkflowFolderTree(
157157

158158
for (const f of childFolders) {
159159
const children = buildLevel(f.id)
160-
// Folders with no descendant workflows are intentionally omitted; they are still reachable via search.
161160
if (children.length === 0) continue
162161
mixed.push({
163162
sortOrder: (f.sortOrder as number) ?? 0,

0 commit comments

Comments
 (0)