Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiramTadepalli committed Jan 26, 2025
1 parent 6a3d93e commit 5820759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function Row({
return most_recent_semester_from_grades;
}

let most_recent_semester =
const most_recent_semester =
grades.state === 'done'
? getMostRecentSemester(grades.data.most_recent_semester)
: '';
Expand Down

0 comments on commit 5820759

Please sign in to comment.