diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb
index c08412903..0f9a82856 100644
--- a/app/views/layouts/admin.html.erb
+++ b/app/views/layouts/admin.html.erb
@@ -33,7 +33,7 @@
<%= render "layouts/flash" %>
- <%= render "layouts/officing_booth" if session[:booth_id].present? %>
+ <%= render "layouts/officing_booth" if controller.class.parent == Officing && session[:booth_id].present? %>
<%= yield %>