Skip to content
Snippets Groups Projects
Commit eb0b2443 authored by Mathieu Massaviol's avatar Mathieu Massaviol
Browse files

Fix rebasing error #29

parent c318785b
No related branches found
No related tags found
1 merge request!75Resolve "Permettre la recherche d'un jeu de données"
...@@ -114,10 +114,6 @@ const abstract = computed(() => translateValue(community.value?.abstract)) ...@@ -114,10 +114,6 @@ const abstract = computed(() => translateValue(community.value?.abstract))
const logoUrl = computed(() => community.value?.logo ?? null) const logoUrl = computed(() => community.value?.logo ?? null)
const color = computed(() => getColor(community.value)) const color = computed(() => getColor(community.value))
const isMemberOfCurrentCommunity = computed(
() => community.value?.['@id'] && memberCommunitiesList.value.includes(community.value?.['@id'])
)
const queryString = ref('') const queryString = ref('')
const search = () => { const search = () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment