diff --git a/app/views/note_versions/_listing.html.erb b/app/views/note_versions/_listing.html.erb
index 74cb8142f..ba3bc9ce7 100644
--- a/app/views/note_versions/_listing.html.erb
+++ b/app/views/note_versions/_listing.html.erb
@@ -1,7 +1,6 @@
<%= table_for @note_versions, {class: "striped autofit", width: "100%"} do |t| %>
- <% t.column column: "empty" %>
<% t.column "Post", width: "5%" do |note_version| %>
<%= link_to note_version.post_id, post_path(note_version.post_id) %>
<% if params.dig(:search, :note_id).present? %>