Skip to content

Commit

Permalink
fix: login require in following list (#3212)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuanyang233 authored Nov 18, 2024
1 parent 21f215f commit 3a7c4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Snapshot/FollowingSnapshotList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function FollowingSnapshotList({ walletAddress }: { walletAddress?: strin
});

if (!profileIds.length) {
return <NotLoginFallback source={Source.Farcaster} />;
return <NotLoginFallback source={Source.Snapshot} />;
}

return (
Expand Down

0 comments on commit 3a7c4a5

Please sign in to comment.