Skip to content

Commit bb34a1d

Browse files
Austin-Xgithub-actions[bot]
authored andcommitted
Auto-formatted the code using Prettier
1 parent 207b1dd commit bb34a1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

course-matrix/frontend/src/pages/TimetableBuilder/TimetableBuilder.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,9 @@ const TimetableBuilder = () => {
359359
<FormControl>
360360
<CourseSearch
361361
value={field.value}
362-
onChange={(value) => { field.onChange(value) }}
362+
onChange={(value) => {
363+
field.onChange(value);
364+
}}
363365
data={coursesData} // TODO: Replace with variable data
364366
isLoading={isLoading}
365367
showFilter={() => setShowFilters(true)}

0 commit comments

Comments
 (0)