diff --git a/packages/web/components/InputsTab.tsx b/packages/web/components/InputsTab.tsx index 9a77105..cb08dbd 100644 --- a/packages/web/components/InputsTab.tsx +++ b/packages/web/components/InputsTab.tsx @@ -833,19 +833,19 @@ export function InputsTab({ scenarioId, inputsJson, onSaved }: Props) { - {solarModule > 0 && } - {solarBOS > 0 && } - {windEnabled && windWTG > 0 && } - {solarLandCost > 0 && } - {windEnabled && windLandCost > 0 && } - {bessEnabled && bessAll > 0 && } - {dsraCost > 0 && } - {solarEPC > 0 && } - {windEnabled && windEPC > 0 && } - {epcMarginWTG > 0 && } - {epcMarginSolarBOS > 0 && } - {solarCont > 0 && } - {windEnabled && windCont > 0 && } + + + {windEnabled && } + + {windEnabled && } + {bessEnabled && } + + + {windEnabled && } + + + + {windEnabled && }
Solar Module{solarModule.toFixed(2)}
Solar BoS{solarBOS.toFixed(2)}
Wind WTG{windWTG.toFixed(2)}
Solar Land Cost{solarLandCost.toFixed(2)}
Wind Land Cost{windLandCost.toFixed(2)}
Storage{bessAll.toFixed(2)}
DSRA{dsraCost.toFixed(2)}
Solar EPC Overheads{solarEPC.toFixed(2)}
Wind EPC Overheads{windEPC.toFixed(2)}
EPC Margin - WTG Tower+BOP{epcMarginWTG.toFixed(2)}
EPC Margin - Solar BOS{epcMarginSolarBOS.toFixed(2)}
Contingency - Solar{solarCont.toFixed(2)}
Contingency - Wind (in WTG cost){windCont.toFixed(2)}
Solar Module{solarModule.toFixed(2)}
Solar BoS{solarBOS.toFixed(2)}
Wind WTG{windWTG.toFixed(2)}
Solar Land Cost{solarLandCost.toFixed(2)}
Wind Land Cost{windLandCost.toFixed(2)}
Storage{bessAll.toFixed(2)}
DSRA{dsraCost.toFixed(2)}
Solar EPC Overheads{solarEPC.toFixed(2)}
Wind EPC Overheads{windEPC.toFixed(2)}
EPC Margin - WTG Tower+BOP{epcMarginWTG.toFixed(2)}
EPC Margin - Solar BOS{epcMarginSolarBOS.toFixed(2)}
Contingency - Solar{solarCont.toFixed(2)}
Contingency - Wind (in WTG cost){windCont.toFixed(2)}
Total Hard Cost {totalHardCost.toFixed(2)}