File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
web/pageComponents/pageTemplates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const HomePage = ({ data }: HomePageProps) => {
1515 const titleStyles = useSharedTitleStyles ( data ?. hero ?. type , data ?. content ?. [ 0 ] )
1616 const { breadcrumbs } = data
1717 const showSharedTitle =
18- data . hero . type !== HeroTypes . DEFAULT && ! data ?. isCampaign && data . hero . type !== HeroTypes . BACKGROUND_IMAGE
18+ data ? .hero ? .type !== HeroTypes . DEFAULT && ! data ?. isCampaign && data . hero . type !== HeroTypes . BACKGROUND_IMAGE
1919
2020 return (
2121 < >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const TopicPage = ({ data }: TopicPageProps) => {
1515 const titleStyles = useSharedTitleStyles ( data ?. hero ?. type , data ?. content ?. [ 0 ] )
1616 const { breadcrumbs } = data
1717 const showSharedTitle =
18- data . hero . type !== HeroTypes . DEFAULT && ! data ?. isCampaign && data . hero . type !== HeroTypes . BACKGROUND_IMAGE
18+ data ? .hero ? .type !== HeroTypes . DEFAULT && ! data ?. isCampaign && data . hero . type !== HeroTypes . BACKGROUND_IMAGE
1919 return (
2020 < >
2121 < Seo
You can’t perform that action at this time.
0 commit comments