diff --git a/client/src/containers/nav/index.tsx b/client/src/containers/nav/index.tsx index 4b60cb11..0d87477a 100644 --- a/client/src/containers/nav/index.tsx +++ b/client/src/containers/nav/index.tsx @@ -108,7 +108,7 @@ export default function MainNav() { - {navItems.footer.map((item) => ( + {/* {navItems.footer.map((item) => ( - ))} + ))} */} ) => [ filters.costRangeSelector === "npv" ? "costPerTCO2eNPV" : "costPerTCO2e", { enableSorting: true, - header: () => Cost $/tCo2, + header: () => Cost $(USD)/tCo2, cell: (props) => { const value = props.getValue(); if (value === null || value === undefined) { return "-"; } - return formatNumber(value); + return formatCurrency(value); }, }, ),