Skip to content

Commit

Permalink
cart
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Jan 26, 2025
1 parent 8c4084e commit 0b2d780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/trade/my/orders/cart.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</tr>
</thead>
<tbody>
<%= render partial: 'item', collection: @cart.checked_all_items, as: :model %>
<%= render partial: 'item', collection: @order.items, as: :model %>
</tbody>
<tfoot>
<tr>
Expand Down

0 comments on commit 0b2d780

Please sign in to comment.