Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SebiWrn committed Jan 11, 2024
1 parent 5598873 commit f03cd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ts/components/course.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export function courseContext(slug: string, year: number, term: string, userId:
},

toggleListView() {
if(this.viewMode == ViewMode.Grid) {
if (this.viewMode == ViewMode.Grid) {
this.viewMode = ViewMode.List;
} else {
this.viewMode = ViewMode.Grid;
Expand Down

0 comments on commit f03cd0a

Please sign in to comment.