Skip to content

Commit

Permalink
Hide the habitat widget in the terrestrial tab
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprdhomme committed Oct 18, 2024
1 parent 339bfe4 commit 3ebbc80
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ const TerrestrialWidgets: FCWithMessages = () => {
})}
>
<TerrestrialConservationWidget location={locationData} />
<HabitatWidget location={locationData} />
{/* Temporarily hidden due to overestimations caused by the calculation methodology */}
{/* <HabitatWidget location={locationData} /> */}
</div>
);
};
Expand Down

0 comments on commit 3ebbc80

Please sign in to comment.