Skip to content

Commit

Permalink
👮
Browse files Browse the repository at this point in the history
  • Loading branch information
machida committed Jul 2, 2024
1 parent 582cc27 commit 579585e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/form/_course_select.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.form-item-group
.form-item-group__body
.selected-item
- course = user.course ? user.course : find_course(params[:course_id])
- course = user.course || find_course(params[:course_id])
= render 'users/form/course_selection', course: course, f: f
= render '/shared/modal',
id: 'modal-course-description',
Expand Down

0 comments on commit 579585e

Please sign in to comment.