appeal pdf fixes and owners

This commit is contained in:
2024-11-28 12:53:50 +00:00
parent d7791a9ab9
commit b98a310edc
5 changed files with 103 additions and 26 deletions
+1 -1
View File
@@ -581,7 +581,7 @@ const RenderDatePicker = ({
>
{FieldsTranslations(label)}
</label>
{custom.hint != false && (
{custom.hasOwnProperty("hint") && (
<div className="govuk-hint govuk-!-font-size-14">
{t(custom.hint)}
</div>