Profile view does not display the current session, but the next one #942
Labels
bug
Something isn't working
feature: Profile
Issue concerning the profile section of the application
Describe the bug
If the student changes program in the next session, the profile view will display information about the next session, not the current one.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The profile view should display the current session, not the last one on the list.
Screenshots
Additional context
The fix will be in profile_view.dart in the getMainInfoCard and getCurrentProgramTile methods, we take the last program, not the current.
The text was updated successfully, but these errors were encountered: