From eb0b24435f3c76f5ba9002860144886c1d7833f6 Mon Sep 17 00:00:00 2001
From: Mathieu Massaviol <mathieu.massaviol@univ-amu.fr>
Date: Fri, 8 Nov 2024 17:05:59 +0100
Subject: [PATCH] Fix rebasing error #29

---
 src/pages/community/[community]/index.vue | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/pages/community/[community]/index.vue b/src/pages/community/[community]/index.vue
index 98fdd15..68bbe79 100644
--- a/src/pages/community/[community]/index.vue
+++ b/src/pages/community/[community]/index.vue
@@ -114,10 +114,6 @@ const abstract = computed(() => translateValue(community.value?.abstract))
 const logoUrl = computed(() => community.value?.logo ?? null)
 const color = computed(() => getColor(community.value))
 
-const isMemberOfCurrentCommunity = computed(
-  () => community.value?.['@id'] && memberCommunitiesList.value.includes(community.value?.['@id'])
-)
-
 const queryString = ref('')
 
 const search = () => {
-- 
GitLab