Skip to content

Commit

Permalink
fix: remove silver fir area from checked fields, because it's coming …
Browse files Browse the repository at this point in the history
…from the map
  • Loading branch information
friedjoff committed Sep 15, 2020
1 parent e5e7ccb commit 5f15936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProjectionResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function getPane(scenario, projection, language, t) {
}
);
}
const checkFields = ['slope', 'additional', 'silverFirArea', 'relief'];
const checkFields = ['slope', 'additional', 'relief'];

function ProjectionResult() {
const { location, projectionMode, projectionResult } = useSelector(
Expand Down

0 comments on commit 5f15936

Please sign in to comment.