Skip to content

Commit

Permalink
fix: Capitalize 'CIIP Benchmarked' table header
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscooke committed Oct 6, 2020
1 parent b1f30ab commit 9cfe03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/containers/Products/ProductListContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const ProductList: React.FunctionComponent<Props> = ({
'Eligibility Threshold': 'eligibility_threshold',
'Allocation of Emissions': 'requires_emission_allocation',
Status: 'product_state',
'Ciip Benchmarked': 'is_ciip_product',
'CIIP Benchmarked': 'is_ciip_product',
Link: null,
'Edit/View': null
};
Expand Down

0 comments on commit 9cfe03a

Please sign in to comment.