Images
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
</svelte:fragment>
|
||||
<span on:click={() => dispatch("reset")} class="hover:underline hover:cursor-pointer text-2xl">{t("dashboard.schematic.home")}</span>
|
||||
</BreadcrumbItem>
|
||||
{#each schematics.breadcrumbs as bread}
|
||||
{#each schematics.breadcrumbs as bread (bread.id)}
|
||||
<BreadcrumbItem>
|
||||
<svelte:fragment slot="icon">
|
||||
<ChevronDoubleRightOutline class="w-4 h-4 mx-2 dark:text-white" />
|
||||
@@ -141,7 +141,7 @@
|
||||
<th></th>
|
||||
</tr>
|
||||
{/if}
|
||||
{#each pagedSchematics as schem}
|
||||
{#each pagedSchematics as schem (schem.id)}
|
||||
<SchematicListTile schem={schem} players={schematics.players} on:click={schemListClick(schem.type == null, schem.id)} />
|
||||
{/each}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user