Skip to content

Commit

Permalink
Hide ISO column in the GHG emissions table
Browse files Browse the repository at this point in the history
  • Loading branch information
SARodrigues committed Jul 6, 2023
1 parent 7b28ed0 commit 70be802
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ function GhgEmissions(props) {
splittedColumns
titleLinks={titleLinks}
theme={ghgTableTheme}
hiddenColumns={['iso']}
/>
</span>
)}
Expand Down

0 comments on commit 70be802

Please sign in to comment.