mirror of
https://github.com/aljazceru/hypergolic.git
synced 2026-02-23 14:24:21 +01:00
problem: product not specified
This commit is contained in:
@@ -39,7 +39,11 @@
|
||||
<Card.Header>PROPOSED PRODUCTS</Card.Header>
|
||||
<Card.Content>
|
||||
TODO: make this look better
|
||||
{#each $unratified as [_, product] (product.ID())}<ProductCard {rocket} {product} />{/each}
|
||||
{#each $unratified as [_, product] (product.ID())}<ProductCard
|
||||
productFromRocket={rocket.Products().get(product.ID())}
|
||||
{rocket}
|
||||
{product}
|
||||
/>{/each}
|
||||
</Card.Content>
|
||||
</Card.Root>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user