signpost budget as optional for increaing EPC

This commit is contained in:
Khalim Conn-Kowlessar 2025-08-01 15:59:12 +01:00
parent 550d2462dc
commit 808aaa7301

View file

@ -708,7 +708,13 @@ export default function RemoteAssessmentModal({
render={({ field }) => (
<FormItem>
<FormLabel className="text-gray-800">
Budget (£)
{/* We mark budget as (optional) when the goal is increasing EPC*/}
Budget (£){" "}
{goal === "Increasing EPC" && (
<span className="text-sm text-gray-500">
(optional)
</span>
)}
</FormLabel>
<FormControl>
<Input