From 555856d4a5cff2713b284fa988934c3de690a832 Mon Sep 17 00:00:00 2001 From: Friedjoff Trautwein Date: Tue, 7 Jul 2020 09:41:55 +0200 Subject: [PATCH] fix: avoid missing forest type options --- src/components/ProjectionForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProjectionForm.js b/src/components/ProjectionForm.js index ebcbe590..ecddc3bb 100644 --- a/src/components/ProjectionForm.js +++ b/src/components/ProjectionForm.js @@ -151,7 +151,7 @@ function ProjectionForm() { ) )} - {location.transition && ( + {location.transition && options.forestType && (