Skip to content

Commit 30a08ef

Browse files
committed
chore: remove isEven prop [deprecated]
1 parent 4d0120f commit 30a08ef

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/EventCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export type EventCardProps = {
2424
description: string
2525
className?: string
2626
location: string
27-
isEven: boolean
2827
imageUrl?: string
2928
}
3029

src/components/UpcomingEventsList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ const UpcomingEventsList = () => {
158158
date={date}
159159
description={formattedDetails}
160160
location={location}
161-
isEven={(idx + 1) % 2 === 0}
162161
imageUrl={imageUrl}
163162
startDate={startDate}
164163
endDate={endDate}

0 commit comments

Comments
 (0)