Skip to content

Commit e2395e7

Browse files
authored
chore: prettier (#1744)
1 parent 737300a commit e2395e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/conf/_components/schedule/session-list.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export function SessionList({
105105
year,
106106
filterCategories,
107107
eventsColors,
108-
minimalVersion
108+
minimalVersion,
109109
}: Props): ReactElement {
110110
const [filtersState, setFiltersState] = useState<
111111
Record<CategoryName, string[]>
@@ -278,4 +278,4 @@ function ClockIcon(props: ComponentProps<"svg">) {
278278
/>
279279
</svg>
280280
)
281-
}
281+
}

0 commit comments

Comments
 (0)