Planten OOP V1.2

This commit is contained in:
Renzo
2024-03-26 10:59:44 +01:00
parent 4e7fae5943
commit 0eb3890e73
2 changed files with 1 additions and 6 deletions

View File

@@ -22,11 +22,5 @@
"plant_naam": "Sla", "plant_naam": "Sla",
"plantensoort": "Groente", "plantensoort": "Groente",
"plant_geteelt": 1 "plant_geteelt": 1
},
{
"id": 52,
"plant_naam": "Wietplant",
"plantensoort": "Onkruid",
"plant_geteelt": 0
} }
] ]

View File

@@ -96,6 +96,7 @@ class PlantGrid {
plantenTable.appendChild(tr); plantenTable.appendChild(tr);
}); });
} }
} }