-
- {gates
- .map(getTemplateSafely)
- .sort((a, b) => a.category - b.category)
- .filter((template) => {
- return (
- renderer.simulation.mode === 'project' ||
- template.metadata.name !==
- renderer.simulation.name
- )
- })
- .map((template, index) => {
- return
- })}
-
-
-