diff --git a/src/pages/community/[community]/index.vue b/src/pages/community/[community]/index.vue
index 98fdd152a77f25d4ac4bf8cd212bdf2fe08c7bf0..68bbe797a1001792945734a053087bfb8e7d05ed 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 = () => {