diff --git a/frontend/src/components/facility3d/PlantIcon.tsx b/frontend/src/components/facility3d/PlantIcon.tsx index eb52f0b..dbab5ca 100644 --- a/frontend/src/components/facility3d/PlantIcon.tsx +++ b/frontend/src/components/facility3d/PlantIcon.tsx @@ -185,6 +185,7 @@ export function PlantIconBatch({ plants, onPlantClick }: PlantIconBatchProps) { CURING: [], HARVESTED: [], FINISHED: [], + HIDDEN: [], }; for (const plant of plants) {