You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of recalculating the letter grade based on the GPA in the searchResultsTable component, store this data like the gpa is stored in calculateGrades.
Details
Changes are needed in and searchResultsTable the dashboard
Overview of Proposed Changes
Instead of recalculating the letter grade based on the GPA in the
searchResultsTable
component, store this data like the gpa is stored incalculateGrades
.Details
Changes are needed in and
searchResultsTable
the dashboardReference Skedge for an example:
https://github.com/UTDNebula/skedge/blob/bd999e5ea43893e600aef44f6110e62a0a79796c/src/pages/index.tsx#L86-L93
The text was updated successfully, but these errors were encountered: