We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7dc9c7 commit ccc802cCopy full SHA for ccc802c
1 file changed
frontend/javascript/modules/cmReview.js
@@ -73,6 +73,8 @@ export default class ReviewMeeting {
73
74
hostInput.dataset.src = "cm_members";
75
new MemberSelect(hostInput); // eslint-disable-line no-new
76
+ } else { // Hide host section if not technical seminar
77
+ this.modal.querySelector(".host-edit-row").style.display = "none";
78
}
79
80
0 commit comments