From 112b409af5b75091272c96bb19ddd5a8caf34f6a Mon Sep 17 00:00:00 2001 From: Ax333l Date: Mon, 24 Oct 2022 16:39:00 +0200 Subject: [PATCH] chore: remove leftover code --- .../molecules/ContributorHost.svelte | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/src/lib/components/molecules/ContributorHost.svelte b/src/lib/components/molecules/ContributorHost.svelte index 51b7504..8bca168 100644 --- a/src/lib/components/molecules/ContributorHost.svelte +++ b/src/lib/components/molecules/ContributorHost.svelte @@ -15,21 +15,19 @@ let usersIwantToExplodeSoBadly = ['semantic-release-bot']; -{#if contribs} -
- -

{repo_name}

-
+
+ +

{repo_name}

+
-
- {#each contribs as contrib} - {#if !usersIwantToExplodeSoBadly.includes(contrib.login)} - - {/if} - {/each} -
+
+ {#each contribs as contrib} + {#if !usersIwantToExplodeSoBadly.includes(contrib.login)} + + {/if} + {/each}
-{/if} +