Skip to content

Commit

Permalink
fix: show Connect Accounts when visiting own profile
Browse files Browse the repository at this point in the history
  • Loading branch information
verbiricha committed Sep 14, 2023
1 parent e4eb7d2 commit 888dc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/profile/views/account/AccountInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const AccountInfo = ({
)
}
})}
<ConnectAccounts user={userProfile} />
{isEdit && userProfile && <ConnectAccounts user={userProfile} />}
</VStack>
)}
</CardLayout>
Expand Down

0 comments on commit 888dc40

Please sign in to comment.