diff --git a/canvas/src/components/EmptyState.tsx b/canvas/src/components/EmptyState.tsx index 8111d294..0fb684be 100644 --- a/canvas/src/components/EmptyState.tsx +++ b/canvas/src/components/EmptyState.tsx @@ -108,7 +108,7 @@ export function EmptyState() {
Loading templates...
) : templates.length > 0 ? (
- {templates.slice(0, 6).map((t) => { + {templates.map((t) => { const tierColor = TIER_COLORS[t.tier] || TIER_COLORS[1]; return (