diff --git a/apps/sim/app/(home)/components/templates/templates.tsx b/apps/sim/app/(home)/components/templates/templates.tsx index 92480ca9b59..35c685a8619 100644 --- a/apps/sim/app/(home)/components/templates/templates.tsx +++ b/apps/sim/app/(home)/components/templates/templates.tsx @@ -440,6 +440,7 @@ export default function Templates() { > {TEMPLATE_WORKFLOWS.map((workflow, index) => { const isActive = index === activeIndex + const depth = DEPTH_CONFIGS[workflow.id] return ( ) })}