From 28cb31abe6cc42a6a420302d0b89189837a2185e Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 15 Jan 2025 00:23:11 +0000 Subject: [PATCH] rm id from table --- lib/ppr_api_web/live/residential_sale_live/index.html.heex | 2 -- 1 file changed, 2 deletions(-) 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}