Skip to content

Commit

Permalink
Merge pull request #45 from RileyManda/feature/iterations
Browse files Browse the repository at this point in the history
Removed empty column in shopping list table
  • Loading branch information
RileyManda authored Oct 20, 2023
2 parents b48e419 + bc224ab commit 11b7f11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/views/shopping/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
<td><%= recipe_food.food.name %></td>
<td><%= recipe_food.quantity %>g</td>
<td>$<%= recipe_food.quantity * recipe_food.food.price %></td>
<td>
</td>
</tr>
<% end %>
<% else %>
Expand Down

0 comments on commit 11b7f11

Please sign in to comment.