diff --git a/SingularityUI/app/components/requestDetail/CostsView.jsx b/SingularityUI/app/components/requestDetail/CostsView.jsx index ba5b82cdaf..46d3f39673 100644 --- a/SingularityUI/app/components/requestDetail/CostsView.jsx +++ b/SingularityUI/app/components/requestDetail/CostsView.jsx @@ -43,13 +43,20 @@ const CostsView = ({requestId, costsAPI}) => { key="costType" cellData={(c) => Utils.humanizeText(c.costType)} /> + c.monthlyEmissions} + cellRender={(e) => e + ' MTCO2e'} + /> c.cost} - cellRender={(c) => '$' + c} + cellRender={(c) => '$' + c + ' /day'} />