diff options
Diffstat (limited to 'src/view/com/profile/ProfileFollowers.tsx')
-rw-r--r-- | src/view/com/profile/ProfileFollowers.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/profile/ProfileFollowers.tsx b/src/view/com/profile/ProfileFollowers.tsx index 45c1b3ad6..d94f5103e 100644 --- a/src/view/com/profile/ProfileFollowers.tsx +++ b/src/view/com/profile/ProfileFollowers.tsx @@ -28,7 +28,7 @@ export function ProfileFollowers({name}: {name: string}) { isError, error, refetch, - } = useProfileFollowersQuery(resolvedDid?.did) + } = useProfileFollowersQuery(resolvedDid) const followers = React.useMemo(() => { if (data?.pages) { |