fix: Resolve missing HIDDEN key in PlantIcon and finalize RoomLayoutWizard
Some checks are pending
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run

This commit is contained in:
fullsizemalt 2025-12-27 15:09:08 -08:00
parent 2f67ad2fe3
commit aa8e5d226f

View file

@ -185,6 +185,7 @@ export function PlantIconBatch({ plants, onPlantClick }: PlantIconBatchProps) {
CURING: [],
HARVESTED: [],
FINISHED: [],
HIDDEN: [],
};
for (const plant of plants) {