Fixes
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
</tr>
|
||||
{/if}
|
||||
{#each pagedSchematics as schem (schem.id)}
|
||||
<SchematicListTile schem={schem} players={schematics.players} on:click={schemListClick(schem.type == null, schem.id)} />
|
||||
<SchematicListTile schem={schem} players={schematics.players} onclick={schemListClick(schem.type == null, schem.id)} />
|
||||
{/each}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user