diff --git a/components/MyPages/AccountPage/Content.tsx b/components/MyPages/AccountPage/Content.tsx index b091a59ed..0fdbb1120 100644 --- a/components/MyPages/AccountPage/Content.tsx +++ b/components/MyPages/AccountPage/Content.tsx @@ -56,7 +56,7 @@ export default function Content({ user, lang, content }: ContentProps) { title: item.dynamic_content.title, // TODO: rename preamble to subtitle in Contentstack subtitle: item.dynamic_content.preamble, - ...link, + ...(link && { link }), } return (