diff --git a/app/views/webhooks/_webhook.html.erb b/app/views/webhooks/_webhook.html.erb
index 44b34c54d..3a72a2473 100644
--- a/app/views/webhooks/_webhook.html.erb
+++ b/app/views/webhooks/_webhook.html.erb
@@ -1,4 +1,4 @@
-
+
<%= link_to webhook, class: "txt-ink flex gap-half align-center min-width txt-medium" do %>
<%= webhook.name %>
<% end %>
diff --git a/app/views/webhooks/index.html.erb b/app/views/webhooks/index.html.erb
index 43d1f696b..77a6c12b8 100644
--- a/app/views/webhooks/index.html.erb
+++ b/app/views/webhooks/index.html.erb
@@ -21,14 +21,9 @@
<% end %>
-<%= tag.section class: "panel shadow center webhooks", data: {
- controller: "navigable-list",
- action: "keydown->navigable-list#navigate",
- navigable_list_focus_on_selection_value: true,
- navigable_list_actionable_items_value: true
-} do %>
+<%= tag.section class: "panel shadow center webhooks" do %>
<% if @page.records.any? %>
-
+
<%= render partial: "webhooks/webhook", collection: @page.records %>
<% else %>
@@ -39,10 +34,4 @@
Set up a webhook
<% end %>
<% end %>
-
- <% if @page.records.many? %>
-
- <% end %>
<% end %>