Skip to content

Commit

Permalink
Remove iso from data explorer emission pathways - not available
Browse files Browse the repository at this point in the history
  • Loading branch information
SARodrigues committed Jul 6, 2023
1 parent 28f6f02 commit be51042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/app/data/data-explorer-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export const DATA_EXPLORER_BLOCKLIST = [
];

export const DATA_EXPLORER_BLOCKLIST_BY_SECTION = {
'net-zero-content': ['sector', 'subsector']
'net-zero-content': ['sector', 'subsector'],
'emission-pathways': ['iso']
};

export const FIRST_TABLE_HEADERS = {
Expand Down Expand Up @@ -76,7 +77,6 @@ export const FIRST_TABLE_HEADERS = {
'type_of_information'
],
'emission-pathways': [
'iso',
'location',
'model',
'scenario',
Expand Down

0 comments on commit be51042

Please sign in to comment.