@@ -42,7 +42,7 @@ import { createThirdPartyItemChecker } from './ports/ownership-checker/third-par
4242import { createParcelRightsComponent } from './adapters/parcel-rights-fetcher'
4343import { fetchNameOwner } from './logic/fetch-elements/fetch-name-owner'
4444import { fetchAllPermissions } from './logic/fetch-elements/fetch-permissions'
45- import { fetchUserLandsPermissions } from './logic/fetch-elements/fetch-wallet -permissions'
45+ import { fetchUserLandsPermissions } from './logic/fetch-elements/fetch-users -permissions'
4646
4747// Initialize all the components of the app
4848export async function initComponents (
@@ -113,7 +113,7 @@ export async function initComponents(
113113 return { elements, totalAmount : elements . length }
114114 } )
115115
116- const walletPermissionsFetcher = createElementsFetcherComponent ( { logs, theGraph } , async ( _deps , address ) => {
116+ const userPermissionsFetcher = createElementsFetcherComponent ( { logs, theGraph } , async ( _deps , address ) => {
117117 const elements = await fetchUserLandsPermissions ( { theGraph, logs } , address )
118118 return { elements, totalAmount : elements . length }
119119 } )
@@ -220,7 +220,7 @@ export async function initComponents(
220220 namesFetcher,
221221 landsFetcher,
222222 landsPermissionsFetcher,
223- walletPermissionsFetcher ,
223+ userPermissionsFetcher ,
224224 parcelRightsFetcher,
225225 thirdPartyProvidersGraphFetcher,
226226 thirdPartyProvidersStorage,
0 commit comments