We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049472c commit 8e87273Copy full SHA for 8e87273
apps/web/src/pages/Simulator.tsx
@@ -2198,7 +2198,7 @@ export default function Simulator() {
2198
<span className="font-medium text-emerald-700 dark:text-emerald-300">{formatPrice(result.offer.base_price, 5)} €/kWh</span>
2199
</div>
2200
)}
2201
- {result.offer.hc_price && result.offer.hp_price && result.offerType === 'HC_HP' && (
+ {result.offer.hc_price && result.offer.hp_price && (result.offerType === 'HC_HP' || result.offerType === 'HC_NUIT_WEEKEND' || result.offerType === 'WEEKEND' || result.offerType === 'HC_WEEKEND') && (
2202
<>
2203
<div className="flex justify-between">
2204
<span className="text-sky-600 dark:text-sky-400 font-medium">Prix HC :</span>
0 commit comments