Following from #368, we need to fix the disable condition for confirmButton to match its corresponding condition for showing ParticipantActionPopover. Additionally, we can simply the confirm_attendance_non_hacker function to use update_one instead of raw_update_one.
Following from #368, we need to fix the disable condition for
confirmButton
to match its corresponding condition for showingParticipantActionPopover
. Additionally, we can simply theconfirm_attendance_non_hacker
function to useupdate_one
instead ofraw_update_one
.