Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistently disabled gpa column on added tab #751

Merged
merged 2 commits into from
Oct 22, 2023
Merged

Consistently disabled gpa column on added tab #751

merged 2 commits into from
Oct 22, 2023

Conversation

MinhxNguyen7
Copy link
Member

Summary

The GPA column should not display in the added tab, but the code previously did not account for when you enter the page directly into the added tab via URL routing. This PR fixes that.

Test Plan

  1. Have a schedule name loaded in localStorage that has classes added.
  2. Visit the page on /added
  3. Confirm that the GPA column is not there

Issues

Closes #744

@MinhxNguyen7 MinhxNguyen7 self-assigned this Oct 19, 2023
@github-actions github-actions bot requested a review from teresa-liang October 19, 2023 22:45
@MinhxNguyen7 MinhxNguyen7 changed the title Consistently dosable gpa column on added tab Consistently disabled gpa column on added tab Oct 19, 2023
Copy link
Member

@KevinWu098 KevinWu098 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra Console Log living rent free

@KevinWu098
Copy link
Member

Extra Console Log living rent free

Okay commenting and reviewing on mobile is unfun; I’ll review once I’m back at laptop 😋

@MinhxNguyen7
Copy link
Member Author

Extra Console Log living rent free

Oops

Copy link
Member

@KevinWu098 KevinWu098 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@KevinWu098 KevinWu098 merged commit df3c05e into main Oct 22, 2023
6 checks passed
@ap0nia ap0nia deleted the gpa branch November 8, 2023 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GPA column is visible when /added is visited
2 participants