diff --git a/src/lib/components/templates/Profile.svelte b/src/lib/components/templates/Profile.svelte
index a29f4a3..a884094 100644
--- a/src/lib/components/templates/Profile.svelte
+++ b/src/lib/components/templates/Profile.svelte
@@ -13,20 +13,13 @@ You should have received a copy of the GNU Affero General Public License along w
@@ -107,52 +105,14 @@ You should have received a copy of the GNU Affero General Public License along w
{#each data.user.followingsMap as following}
{#if following.type === 'Project'}
-
-
-
-
-
-
- {following.name}
-
-
- {#each mapCollaboratorsToMember(data.user.collaboratorsMap, following.id) as member}
-