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 4ac7ff1 commit fbd42fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/web/components/LifeEventsSection/LifeEventsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ export const LifeEventsSection = ({
heading={lifeEvent.shortTitle || lifeEvent.title}
imgSrc={lifeEvent.tinyThumbnail?.url ?? ''}
dataTestId={'lifeevent-card-with-featured-items'}
href={
linkResolver(lifeEvent.__typename as LinkType, [
lifeEvent.slug,
]).href
}
featuredItems={lifeEvent.featured}
buttonTitle={
lifeEvent.seeMoreText && lifeEvent.seeMoreText !== ''
Expand Down

0 comments on commit fbd42fc

Please sign in to comment.