Skip to content

Commit

Permalink
display course number on program enroll modal (#2048)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachellougee authored Jan 5, 2024
1 parent ede0a2c commit cb7d78f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export class ProgramProductDetailEnroll extends React.Component<
key={`selectable-courserun-${run.id}`}
value={run.courseware_id}
>
{run.title} - {run.courseware_id}
{run.title} - {run.course_number}
</option>
))}
</select>
Expand Down

0 comments on commit cb7d78f

Please sign in to comment.