Skip to content

Commit

Permalink
refactor(habitat-widget): Re-enable the habitat widget
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprdhomme committed Nov 26, 2024
1 parent 1176c31 commit ec0be43
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { cn } from '@/lib/classnames';
import { FCWithMessages } from '@/types';
import { useGetLocations } from '@/types/generated/location';

// import HabitatWidget from './habitat';
import HabitatWidget from './habitat';
import TerrestrialConservationWidget from './terrestrial-conservation';

const TerrestrialWidgets: FCWithMessages = () => {
Expand Down Expand Up @@ -46,8 +46,7 @@ const TerrestrialWidgets: FCWithMessages = () => {
})}
>
<TerrestrialConservationWidget location={locationData} />
{/* Temporarily hidden due to overestimations caused by the calculation methodology */}
{/* <HabitatWidget location={locationData} /> */}
<HabitatWidget location={locationData} />
</div>
);
};
Expand Down

0 comments on commit ec0be43

Please sign in to comment.