diff --git a/src/components/features/ctf-components/ctf-footer/ctf-footer.tsx b/src/components/features/ctf-components/ctf-footer/ctf-footer.tsx index 92a67ca..7cf2b82 100644 --- a/src/components/features/ctf-components/ctf-footer/ctf-footer.tsx +++ b/src/components/features/ctf-components/ctf-footer/ctf-footer.tsx @@ -306,7 +306,7 @@ export const CtfFooter = (props: FooterFieldsFragment) => {
{t('legal.copyright', { year: new Date().getFullYear() })}
- {footerContent?.legalLinks?.featuredPagesCollection?.items?.length && ( + {!!footerContent?.legalLinks?.featuredPagesCollection?.items?.length && (