Merge pull request #66 from Hestia-Homes/engine-file-upload

signpost budget as optional for increaing EPC
This commit is contained in:
KhalimCK 2025-08-01 16:14:06 +01:00 committed by GitHub
commit 2153fc2e7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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