problem: Revenue table doesn't work

This commit is contained in:
gsovereignty
2024-08-16 14:47:56 +08:00
parent 2ea6104031
commit ca583aeb33
4 changed files with 101 additions and 87 deletions

View File

@@ -40,6 +40,12 @@
{:else}
<PayNow {product} rocketProduct={rocket.Products().get(product.ID())} {rocket} />
{/if}
<a
href="#"
on:click={() => {
console.log(product);
}}>print to console</a
>
</Card.Footer>
</Card.Root>
{/if}