diff --git a/src/hooks/useSigitProfiles.tsx b/src/hooks/useSigitProfiles.tsx index 8178dd7..88d6c50 100644 --- a/src/hooks/useSigitProfiles.tsx +++ b/src/hooks/useSigitProfiles.tsx @@ -64,7 +64,8 @@ export const useSigitProfiles = ( }) } } - }, [pubkeys, profileMetadata]) + // eslint-disable-next-line react-hooks/exhaustive-deps + }, [pubkeys]) return profileMetadata }