This commit is contained in:
BoHung Chiu 2021-11-30 10:07:29 +08:00
parent 4239181623
commit c5f2dbfb35
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class Admin::SeminarsController < OrbitAdminController
if page
display_menu << page_id if page.enabled_for.length != 0
else
display_menu << page_id
display_menu << page_id if page_id != "registered_participants"
end
end
end