diff --git a/src/components/SponsorList/SponsorList.tsx b/src/components/SponsorList/SponsorList.tsx index d37a219..71954d9 100644 --- a/src/components/SponsorList/SponsorList.tsx +++ b/src/components/SponsorList/SponsorList.tsx @@ -47,12 +47,12 @@ const SponsorList = ({ items }: { items: SponsorProps[] }) => { title="Merci à nos sponsors" backgroundImage="/images/pattern_top-banner_sponsors.svg" > - {'submitUrl' in actions && typeof actions.submitUrl === 'string' && actions.submitUrl !== '' && ( + {'submitUrl' in actions && typeof actions.submitUrl === 'string' && !!actions.submitUrl && ( Devenir sponsor )} - {'seeAllUrl' in actions && typeof actions.seeAllUrl === 'string' && actions.seeAllUrl !== '' && ( + {'seeAllUrl' in actions && typeof actions.seeAllUrl === 'string' && !!actions.seeAllUrl && ( <>