Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxFrank13 committed Dec 20, 2024
1 parent 88e21b0 commit 3a97a76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/data/redux/app/selectors/courseCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export const courseCard = StrictDict({
hasStarted: enrollment.hasStarted,

accessExpirationDate: module.loadDateVal(enrollment.accessExpirationDate),
// TODO: find out where "canUpgrade" comes from and if it's still needed by other components (see CourseBanner)
canUpgrade: enrollment.canUpgrade,
isAudit: enrollment.isAudit,
isAuditAccessExpired: enrollment.isAuditAccessExpired,
Expand Down

0 comments on commit 3a97a76

Please sign in to comment.