Skip to content

Commit

Permalink
remove fully booked, displayed in ui
Browse files Browse the repository at this point in the history
  • Loading branch information
mabiede committed Oct 6, 2023
1 parent 571cac5 commit cd99ae8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pool/web/handler/admin_contacts.ml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ let htmx_experiment_modal req =
let* sessions =
Session.find_all_for_experiment database_label experiment_id
>|+ Session.group_and_sort
>|+ CCList.filter (fst %> Session.is_fully_booked %> not)
in
let%lwt matches_filter =
experiment.Experiment.filter
Expand Down

0 comments on commit cd99ae8

Please sign in to comment.