diff --git a/frontend/src/components/layout-editor/TypeLibrary.tsx b/frontend/src/components/layout-editor/TypeLibrary.tsx index 486b34b..83dae86 100644 --- a/frontend/src/components/layout-editor/TypeLibrary.tsx +++ b/frontend/src/components/layout-editor/TypeLibrary.tsx @@ -86,6 +86,8 @@ export function TypeLibrary({ plantTypes, onDragStart, onCreateType, className } const isExpanded = expandedCategories.has(category); + const categoryData = CATEGORY_LABELS[category]; + return (