forked from jappel/leistungsbilanz-ts
Render protected circuit structure
This commit is contained in:
parent
ac21d6eb5d
commit
31589875b5
11 changed files with 254 additions and 29 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue