From acce6cfe4a006ae0ce289709c28ed33215cc2ff8 Mon Sep 17 00:00:00 2001 From: encryptedDegen Date: Mon, 23 Dec 2024 10:42:05 +0100 Subject: [PATCH] change onStatClick function --- src/components/user-profile-card/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/user-profile-card/index.tsx b/src/components/user-profile-card/index.tsx index 578f034a..447fb8d8 100644 --- a/src/components/user-profile-card/index.tsx +++ b/src/components/user-profile-card/index.tsx @@ -74,6 +74,9 @@ const UserProfileCard: React.FC = ({ ) : profile?.address ? ( { + router.push(`/${profile.address}?tab=${stat}`) + }} showFollowerState={true} darkMode={resolvedTheme === 'dark'} addressOrName={profile.address}