Skip to content

Commit

Permalink
Merge pull request #257 from CosmicRaptor/main
Browse files Browse the repository at this point in the history
Fixed faculty profile screen appbar title
  • Loading branch information
CosmicRaptor authored Aug 12, 2024
2 parents 7f64274 + 0c4df9d commit 71c6fcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/new_ui/screens/main_screen/main_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -881,8 +881,6 @@ class _MainScreenState extends ConsumerState<MainScreen> {
case 1:
return "Notes";
case 2:
return "Attendance";
case 3:
return "Profile";
default:
return "";
Expand Down

0 comments on commit 71c6fcf

Please sign in to comment.