Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP remove turbo src
Browse files Browse the repository at this point in the history
mattlindsey committed Dec 8, 2024
1 parent 8b13688 commit 9303e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/messages/_nav_column.html.erb
Original file line number Diff line number Diff line change
@@ -25,6 +25,6 @@
<% end %>
</section>

<turbo-frame id="nav-conversations" src="/conversations" loading="lazy" >
<turbo-frame id="nav-conversations" loading="lazy">
<%= render "conversations/nav_conversations" %>
</turbo-frame>

0 comments on commit 9303e4a

Please sign in to comment.