Skip to content

Commit 54ae23e

Browse files
committed
chore: linting
1 parent 9b04a32 commit 54ae23e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/UpcomingEventsList.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useEffect, useState } from "react"
22
import { Box } from "@chakra-ui/react"
33

4-
import type{ CommunityConference } from "@/lib/types"
4+
import type { CommunityConference } from "@/lib/types"
55

66
import Translation from "@/components/Translation"
77

@@ -19,8 +19,6 @@ type OrderedUpcomingEventType = CommunityConference & {
1919
formattedDetails: string
2020
}
2121

22-
23-
2422
const UpcomingEventsList = () => {
2523
const eventsPerLoad = 10
2624
const [orderedUpcomingEvents, setOrderedUpcomingEvents] = useState<

0 commit comments

Comments
 (0)