Skip to content

Commit

Permalink
fix: lock option
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormpp committed Oct 15, 2024
1 parent 8a15ab2 commit e4eb8bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const ClassSelector = ({ course }: Props) => {

if (option.length === 0) {
setSelectedClassId(null);
setDisplay(null);
return;
}

Expand Down

0 comments on commit e4eb8bc

Please sign in to comment.