diff --git a/app/views/bubbles/users/_listbox_option.html.erb b/app/views/bubbles/users/_listbox_option.html.erb
deleted file mode 100644
index ec304a714..000000000
--- a/app/views/bubbles/users/_listbox_option.html.erb
+++ /dev/null
@@ -1,7 +0,0 @@
-
- <%= user.name %>
-
- <% if bubble.assigned_to?(user) %>
- <%= image_tag "check.svg", aria: { hidden: "true" } %>
- <% end %>
-