Skip to content

Commit

Permalink
fix: check for treeType options
Browse files Browse the repository at this point in the history
  • Loading branch information
friedjoff committed Apr 2, 2020
1 parent 73c6909 commit 33b3d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LocationForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function LocationForm() {
key: 'forestType.treeType',
title: { content: t('forestType.treeType') },
content: {
content: options && (
content: options && options.treeType && (
<Dropdown
multiple
options={options.treeType.map(
Expand Down

0 comments on commit 33b3d54

Please sign in to comment.