Skip to content

Commit

Permalink
rm id from table
Browse files Browse the repository at this point in the history
  • Loading branch information
brianflanagan committed Jan 15, 2025
1 parent 2e7aa51 commit 28cb31a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ppr_api_web/live/residential_sale_live/index.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<input value={@api_path} class="api-bar" />
</div>
<div class="table__row">
<div class="table__cell --important">ID</div>
<div class="table__cell --important">Date</div>
<div class="table__cell --three --important">Address</div>
<div class="table__cell">County</div>
Expand All @@ -24,7 +23,6 @@
<div class="table__rows">
<%= for residential_sale <- @residential_sales do %>
<div class="table__row">
<div class="table__cell --important">{residential_sale.id}</div>
<div class="table__cell --important">{residential_sale.date_of_sale}</div>
<div class="table__cell --three --important">{residential_sale.address}</div>
<div class="table__cell">{residential_sale.county}</div>
Expand Down

0 comments on commit 28cb31a

Please sign in to comment.