Skip to content

Commit

Permalink
hi rest sites
Browse files Browse the repository at this point in the history
  • Loading branch information
mluena committed Jul 22, 2024
1 parent e9945fc commit 3d94d3d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/containers/widgets/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ const widgets_dev = [
categoryIds: ['all_datasets', 'distribution_and_change'],
layersIds: ['mangrove_national_dashboard'],
},
{
name: 'Mangrove Restoration Sites',
slug: 'mangrove_rest_sites',
locationType: ['country', 'worldwide'],
applicability: 'Global, National, and Sub-National',
categoryIds: ['all_datasets', 'restoration_and_conservation'],
layersIds: ['mangrove_rest_sites'],
},
// {
// name: 'Mangrove Restoration Sites',
// slug: 'mangrove_rest_sites',
// locationType: ['country', 'worldwide'],
// applicability: 'Global, National, and Sub-National',
// categoryIds: ['all_datasets', 'restoration_and_conservation'],
// layersIds: ['mangrove_rest_sites'],
// },
] satisfies WidgetTypes[];

const widgets_prod = [
Expand Down

0 comments on commit 3d94d3d

Please sign in to comment.