Skip to content

Commit

Permalink
chore: prettier (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinEldeeb authored Aug 6, 2024
1 parent 737300a commit e2395e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/conf/_components/schedule/session-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function SessionList({
year,
filterCategories,
eventsColors,
minimalVersion
minimalVersion,
}: Props): ReactElement {
const [filtersState, setFiltersState] = useState<
Record<CategoryName, string[]>
Expand Down Expand Up @@ -278,4 +278,4 @@ function ClockIcon(props: ComponentProps<"svg">) {
/>
</svg>
)
}
}

0 comments on commit e2395e7

Please sign in to comment.