Skip to content

Commit

Permalink
Add key to item
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG committed Jan 29, 2025
1 parent e97ff53 commit 26d4a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/listing/partials/item.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="size-full">
<div class="size-full" v-bind:key="item.entity_id">
<add-to-cart v-bind:product="item" v-slot="addToCart" v-cloak>
<div class="group relative flex flex-1 flex-col rounded border bg-white p-5" :key="item.entity_id">
@if (App::providerIsLoaded('Rapidez\Wishlist\WishlistServiceProvider'))
Expand Down

0 comments on commit 26d4a84

Please sign in to comment.