Render protected circuit structure

This commit is contained in:
Julian Appel 2026-07-31 07:22:26 +02:00
parent ac21d6eb5d
commit 31589875b5
11 changed files with 254 additions and 29 deletions

View file

@ -55,7 +55,7 @@ export function buildCircuitStructureProjection(
zone: "group",
section,
});
for (const component of ordered(section.components)) {
for (const component of ordered(section.components ?? [])) {
rows.push({
rowKey: `group-component:${component.id}`,
rowType: "groupComponent",