chore: shut up svelte check

feat/type-attributes
Tomáš Mládek 2022-10-22 17:25:45 +02:00
parent 5c3c6cad42
commit 90f22308ee
1 changed files with 6 additions and 1 deletions

View File

@ -108,7 +108,12 @@
/>
{/each}
{:else}
<EntryList columns="entity, attribute" {entries} />
<!-- shut up svelte check -->
<svelte:component
this={EntryList}
columns="entity, attribute"
{entries}
/>
{/if}
</div>
</section>