diff --git a/src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx b/src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx index e4cab4e0..d74b5a12 100644 --- a/src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx +++ b/src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx @@ -53,14 +53,18 @@ function SubsectionTitleCell({ intl, subsection }) { {gradesFeatureIsFullyLocked || subsection.learnerHasAccess ? '' : } - - {displayName} - + {url ? ( + + {displayName} + + ) : ( + {displayName} + )}