From 1c871dc50f21bba65d1dec42294c799350d81362 Mon Sep 17 00:00:00 2001 From: inhji Date: Thu, 9 Mar 2023 15:03:22 +0100 Subject: [PATCH] remove channels from note attribute list --- lib/chiya_web/live/note_show_live.ex | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/chiya_web/live/note_show_live.ex b/lib/chiya_web/live/note_show_live.ex index bc02095..224899d 100644 --- a/lib/chiya_web/live/note_show_live.ex +++ b/lib/chiya_web/live/note_show_live.ex @@ -23,11 +23,14 @@ defmodule ChiyaWeb.NoteShowLive do <:item title="Published at"><%= @note.published_at %> <:item title="Kind"><%= @note.kind %> <:item title="Url"><%= @note.url %> - <%= for channel <- @note.channels do %> - <:item title="Channel"><%= @channel.name %> - <% end %> + + <.line />