Skip to content

Commit

Permalink
Merge pull request #286 from Vizzuality/SKY30-429-info-buttons-for-da…
Browse files Browse the repository at this point in the history
…ta-source-and-iucn-categories

[SKY30-429] Add data-source and iucn-category mapping for national tables' new columns
  • Loading branch information
clementprdhomme authored Aug 16, 2024
2 parents d0665a9 + ea404f6 commit af82a9e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const TOOLTIP_MAPPING = {
protectionLevel: 'protection-level',
fishingProtectionLevel: 'fishing-protection-level',
area: 'protected-area-mpa',
dataSource: 'details-data-source',
iucnCategory: 'details-iucn-category',
};

const useTooltips = () => {
Expand Down

0 comments on commit af82a9e

Please sign in to comment.