From f95b5bef7dc31d015f552d0939a981211e1b2cb6 Mon Sep 17 00:00:00 2001 From: nuanyang233 Date: Mon, 18 Nov 2024 14:15:55 +0800 Subject: [PATCH] fix: login require in following list --- src/components/Snapshot/FollowingSnapshotList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Snapshot/FollowingSnapshotList.tsx b/src/components/Snapshot/FollowingSnapshotList.tsx index 3b51e76968..87939be904 100644 --- a/src/components/Snapshot/FollowingSnapshotList.tsx +++ b/src/components/Snapshot/FollowingSnapshotList.tsx @@ -39,7 +39,7 @@ export function FollowingSnapshotList({ walletAddress }: { walletAddress?: strin }); if (!profileIds.length) { - return ; + return ; } return (