Skip to content

Commit

Permalink
fix: user id getting displayed on public profile
Browse files Browse the repository at this point in the history
  • Loading branch information
0xk4b1r committed Sep 7, 2024
1 parent 18d5bbc commit ea3901a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Dashboard/Profile/UserLinks/UserLinks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const UserLinks = ({ userDetail, userDetails, isUserDetailsLoading, setShowAuthP
<UserLinksContainer>
<UserInfo>{userDetail}</UserInfo>

{userDetail?.user}
{userDetail?.user && (
<ConnectionsAndFollows
isUserDetailsLoading={isUserDetailsLoading}
Expand Down

0 comments on commit ea3901a

Please sign in to comment.