This commit is contained in:
inhji 2023-03-09 15:06:24 +01:00
parent 75733b397e
commit a38f15d1b1

View file

@ -27,7 +27,7 @@ defmodule ChiyaWeb.NoteShowLive do
<ul>
<%= for channel <- @note.channels do %>
<li><%= @channel.name %></li>
<li><%= channel.name %></li>
<% end %>
</ul>