diff --git a/lib/decentralised_book_index_web/live/author_live/index.ex b/lib/decentralised_book_index_web/live/author_live/index.ex index 442dad4..8764443 100644 --- a/lib/decentralised_book_index_web/live/author_live/index.ex +++ b/lib/decentralised_book_index_web/live/author_live/index.ex @@ -17,37 +17,6 @@ defmodule DecentralisedBookIndexWeb.AuthorLive.Index do current_user={@current_user} /> - <.table - id="authors" - rows={@streams.authors} - row_click={fn {_id, author} -> JS.navigate(~p"/authors/#{author}") end} - > - <:col :let={{_id, author}} label="Id">{author.id} - - <:col :let={{_id, author}} label="Name">{author.name} - - <:col :let={{_id, author}} label="Description">{author.description} - - <:col :let={{_id, author}} label="Avatar url">{author.avatar_url} - - <:action :let={{_id, author}}> -