From fbd42fc79f234b6e1b03db7b7ba5a1ca423b2361 Mon Sep 17 00:00:00 2001 From: albina Date: Wed, 8 Jan 2025 12:25:33 +0000 Subject: [PATCH] props fix --- apps/web/components/LifeEventsSection/LifeEventsSection.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/web/components/LifeEventsSection/LifeEventsSection.tsx b/apps/web/components/LifeEventsSection/LifeEventsSection.tsx index f54cc8af7d75..c50319ccc399 100644 --- a/apps/web/components/LifeEventsSection/LifeEventsSection.tsx +++ b/apps/web/components/LifeEventsSection/LifeEventsSection.tsx @@ -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 !== ''