diff --git a/lib/ppr_api_web/live/residential_sale_live/index.html.heex b/lib/ppr_api_web/live/residential_sale_live/index.html.heex index 411ae73..666be64 100644 --- a/lib/ppr_api_web/live/residential_sale_live/index.html.heex +++ b/lib/ppr_api_web/live/residential_sale_live/index.html.heex @@ -12,7 +12,6 @@
-
ID
Date
Address
County
@@ -24,7 +23,6 @@
<%= for residential_sale <- @residential_sales do %>
-
{residential_sale.id}
{residential_sale.date_of_sale}
{residential_sale.address}
{residential_sale.county}