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}
-
\ No newline at end of file
+
diff --git a/src/routes/patches/+page.svelte b/src/routes/patches/+page.svelte
index bfe66b0..e1f5da3 100644
--- a/src/routes/patches/+page.svelte
+++ b/src/routes/patches/+page.svelte
@@ -1,43 +1,24 @@