mirror of
https://github.com/aljazceru/hypergolic.git
synced 2025-12-23 16:24:23 +01:00
problem: sometimes the content of the card does not match the title
solution: keyed each block
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<Card.Description></Card.Description>
|
||||
</Card.Header>
|
||||
<Card.Content class="grid grid-cols-1 gap-2">
|
||||
{#each $products as product}
|
||||
{#each $products as product (product.ID)}
|
||||
<div>
|
||||
<ProductCardFromId {rocket} productID={product.ID}>
|
||||
<ProductPurchases {rocket} {product} />
|
||||
|
||||
Reference in New Issue
Block a user