From 33b3d5401e1206752b4939a20652d7d495fac690 Mon Sep 17 00:00:00 2001 From: Friedjoff Trautwein Date: Thu, 2 Apr 2020 08:21:41 +0200 Subject: [PATCH] fix: check for treeType options --- src/components/LocationForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LocationForm.js b/src/components/LocationForm.js index 068cb938..2aef7d09 100644 --- a/src/components/LocationForm.js +++ b/src/components/LocationForm.js @@ -66,7 +66,7 @@ function LocationForm() { key: 'forestType.treeType', title: { content: t('forestType.treeType') }, content: { - content: options && ( + content: options && options.treeType && (