diff --git a/app/views/layouts/_officing_booth.html.erb b/app/views/layouts/_officing_booth.html.erb index 4b039584a..d629ccf0a 100644 --- a/app/views/layouts/_officing_booth.html.erb +++ b/app/views/layouts/_officing_booth.html.erb @@ -1,5 +1,5 @@ <% if current_user.poll_officer? %>
- <%= t("admin.officing_booth.title", booth: try(:current_booth)&.location) %> + <%= t("admin.officing_booth.title", booth: current_booth&.location) %>
<% end %>