We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0120f commit 30a08efCopy full SHA for 30a08ef
src/components/EventCard.tsx
@@ -24,7 +24,6 @@ export type EventCardProps = {
24
description: string
25
className?: string
26
location: string
27
- isEven: boolean
28
imageUrl?: string
29
}
30
src/components/UpcomingEventsList.tsx
@@ -158,7 +158,6 @@ const UpcomingEventsList = () => {
158
date={date}
159
description={formattedDetails}
160
location={location}
161
- isEven={(idx + 1) % 2 === 0}
162
imageUrl={imageUrl}
163
startDate={startDate}
164
endDate={endDate}
0 commit comments