diff --git a/src/py/script/plants.json b/src/py/script/plants.json index d5d1df0..4d4c8ef 100644 --- a/src/py/script/plants.json +++ b/src/py/script/plants.json @@ -22,11 +22,5 @@ "plant_naam": "Sla", "plantensoort": "Groente", "plant_geteelt": 1 - }, - { - "id": 52, - "plant_naam": "Wietplant", - "plantensoort": "Onkruid", - "plant_geteelt": 0 } ] \ No newline at end of file diff --git a/src/py/static/js/planten.class.js b/src/py/static/js/planten.class.js index 7f3fe96..61a6f5d 100644 --- a/src/py/static/js/planten.class.js +++ b/src/py/static/js/planten.class.js @@ -96,6 +96,7 @@ class PlantGrid { plantenTable.appendChild(tr); }); + } }