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 9b04a32 commit 54ae23eCopy full SHA for 54ae23e
src/components/UpcomingEventsList.tsx
@@ -1,7 +1,7 @@
1
import { useEffect, useState } from "react"
2
import { Box } from "@chakra-ui/react"
3
4
-import type{ CommunityConference } from "@/lib/types"
+import type { CommunityConference } from "@/lib/types"
5
6
import Translation from "@/components/Translation"
7
@@ -19,8 +19,6 @@ type OrderedUpcomingEventType = CommunityConference & {
19
formattedDetails: string
20
}
21
22
-
23
24
const UpcomingEventsList = () => {
25
const eventsPerLoad = 10
26
const [orderedUpcomingEvents, setOrderedUpcomingEvents] = useState<
0 commit comments