diff --git a/app/views/logs/_log_filters.html.erb b/app/views/logs/_log_filters.html.erb
index 2b73ac874..d8235d350 100644
--- a/app/views/logs/_log_filters.html.erb
+++ b/app/views/logs/_log_filters.html.erb
@@ -6,7 +6,7 @@
<%= form_with html: { method: :get } do |f| %>
- <% all_or_yours = { "all": { label: "All" }, "yours": { label: "Yours" }} %>
+ <% all_or_yours = { "all": { label: "All" }, "yours": { label: "Yours" } } %>
<% if bulk_upload_options(@bulk_upload).present? %>
<%= render partial: "filters/checkbox_filter",