Skip to content

Commit

Permalink
comment off fail code in add class page
Browse files Browse the repository at this point in the history
  • Loading branch information
linxiaoxin committed Aug 3, 2024
1 parent 1ac461a commit 1d8d45b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/(main)/classes/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Classes = () => {
}
};

setLineOptions(lineOptions);
//setLineOptions(lineOptions);
};

const applyDarkTheme = () => {
Expand Down Expand Up @@ -70,7 +70,7 @@ const Classes = () => {
}
};

setLineOptions(lineOptions);
//setLineOptions(lineOptions);
};

// useEffect(() => {
Expand Down

0 comments on commit 1d8d45b

Please sign in to comment.