Skip to content

Commit

Permalink
Do not hardcode strings for missing data in the national tables
Browse files Browse the repository at this point in the history
  • Loading branch information
SARodrigues committed Aug 9, 2024
1 parent 4e2322c commit 9e4fc19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ const NationalHighseasTable: FCWithMessages = () => {
protectedArea: mpa?.name,
coverage: coveragePercentage,
protectedAreaType: protectionStatus?.slug,
establishmentStage: establishmentStage?.slug || 'N/A',
protectionLevel: mpaaProtectionLevel?.slug || 'unknown',
establishmentStage: establishmentStage?.slug,
protectionLevel: mpaaProtectionLevel?.slug,
area: mpa?.area,
dataSource: dataSource?.slug,
iucnCategory: iucnCategory?.slug,
Expand Down

0 comments on commit 9e4fc19

Please sign in to comment.