This commit is contained in:
Ax333l 2023-01-16 22:04:44 +01:00
parent fce3fd2cb3
commit 92f071739f
No known key found for this signature in database
GPG Key ID: D2B4D85271127D23

View File

@ -39,9 +39,9 @@
<svelte:fragment slot="description">
guhhhhhhhhhhhhhhhhhhhhh
</svelte:fragment>
{#each variants as variant}
{#each variants as variant, i}
<!-- Mega Trolley -->
<svelte:self bind:selected variants={[variant]} clicked={selected.includes(variant.id)}/>
<svelte:self bind:selected variants={[{...variant, filename: (i + 1).toString()}]} clicked={selected.includes(variant.id)}/>
{/each}
<!-- <Variants /> -->
</Modal>