From 0751d36a044589581e3e87dde3a3198e1c598cdd Mon Sep 17 00:00:00 2001 From: encryptedDegen Date: Sat, 28 Dec 2024 13:05:12 +0100 Subject: [PATCH] remove cosole log --- src/components/user-profile-card/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/user-profile-card/index.tsx b/src/components/user-profile-card/index.tsx index 447fb8d8..5c2e8008 100644 --- a/src/components/user-profile-card/index.tsx +++ b/src/components/user-profile-card/index.tsx @@ -54,8 +54,6 @@ const UserProfileCard: React.FC = ({ const { address: connectedAddress } = useAccount() const { followState, profileName, isConnectedUserCard } = useProfileCard(profile) - console.log(profile, profileList) - return (