From ec9e98e69661484b71e26365a5aaa3ee91f94bfe Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Thu, 1 Jan 2026 15:45:17 -0800 Subject: [PATCH] fix: Resolve TSX syntax error in TypeLibrary and update task list --- frontend/src/components/layout-editor/TypeLibrary.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 (