Skip to content
Snippets Groups Projects
Commit 16f26f8e authored by simon.mellerin's avatar simon.mellerin
Browse files

Linter fix

parent b811cfcf
No related branches found
No related tags found
1 merge request!36Route naming
......@@ -92,7 +92,6 @@ const { memberCommunitiesList } = storeToRefs(account)
const { data: community } = useCommunityData()
const title = computed(() => translateValue(community.value?.title))
const name = computed(() => community.value?.name ?? '')
const abstract = computed(() => translateValue(community.value?.abstract))
const logoUrl = computed(() => community.value?.logo ?? null)
const color = computed(() => getColor(community.value))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment