diff --git a/src/lib/components/molecules/ContributorHost.svelte b/src/lib/components/molecules/ContributorHost.svelte index 6a747a8..19cac70 100644 --- a/src/lib/components/molecules/ContributorHost.svelte +++ b/src/lib/components/molecules/ContributorHost.svelte @@ -1,7 +1,8 @@
- {#if data} {#each data.repositories as { contributors, name }}
{/each} - {/if}
-