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

#45 - Remove uselesse reference to account dataloaderé

parent 23221bd2
Branches
No related tags found
1 merge request!43#45 - Handles nav guard related to community membership and load account data from a DataLoader
Pipeline #10402 passed
......@@ -75,12 +75,11 @@ import OcHomeCommunityActionList from '@/components/OcHomeCommunityActionList/Oc
import { getColor } from '@/helpers/communityColor'
import { storeToRefs } from 'pinia'
import { useCommunityData } from '@/dataLoaders/community'
import { useAccountData } from '@/dataLoaders/account'
definePage({
name: 'community',
meta: {
loaders: [useCommunityData, useAccountData]
loaders: [useCommunityData]
}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment