Skip to content

Commit

Permalink
Ignore missing data
Browse files Browse the repository at this point in the history
  • Loading branch information
martink635 committed Jan 29, 2024
1 parent f953e2a commit e886c11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ const Home: NextPage = (props: any) => {

<EventPopup
cta={content.event.cta}
// @ts-ignore
title={content.event.title}
content={content.event.content}
// @ts-ignore
image={content.event.image}
/>

Expand Down

0 comments on commit e886c11

Please sign in to comment.