diff --git a/packages/web/components/InputsTab.tsx b/packages/web/components/InputsTab.tsx index ccbb284..736ea56 100644 --- a/packages/web/components/InputsTab.tsx +++ b/packages/web/components/InputsTab.tsx @@ -817,7 +817,6 @@ export function InputsTab({ scenarioId, inputsJson, onSaved }: Props) { {bessEnabled && bessAll > 0 && Storage (BESS){bessAll.toFixed(2)}} {epcAll > 0 && EPC Overheads{epcAll.toFixed(2)}} {contAll > 0 && Contingency{contAll.toFixed(2)}} - {(idcCost + upfrontCost) > 0 && Financing{(idcCost + upfrontCost).toFixed(2)}} Total Project Cost {(totalCostCr + idcCost + upfrontCost).toFixed(2)}