diff --git a/src/state/queries/profile.ts b/src/state/queries/profile.ts index 227ca9d668..2cf144d3a2 100644 --- a/src/state/queries/profile.ts +++ b/src/state/queries/profile.ts @@ -228,6 +228,9 @@ export function useProfileUpdateMutation() { queryClient.invalidateQueries({ queryKey: RQKEY(variables.profile.did), }) + queryClient.invalidateQueries({ + queryKey: [profilesQueryKeyRoot, [variables.profile.did]], + }) }, }) }