Skip to content

Commit

Permalink
props fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albinagu committed Jan 8, 2025
1 parent b7499b1 commit 23101a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/screens/LifeEvents/LifeEvents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ const LifeEvents: Screen<Props> = ({ lifeEvents, namespace }) => {
heading={shortTitle ?? title}
imgSrc={tinyThumbnail?.url ?? ''}
dataTestId={'lifeevent-card-with-featured-items'}
href={linkResolver(typename as LinkType, [slug]).href}
featuredItems={featured ?? []}
buttonTitle={
seeMoreText && seeMoreText !== ''
Expand Down

0 comments on commit 23101a0

Please sign in to comment.