From 888dc40ae09a28783ec2abab99446f576eed27e3 Mon Sep 17 00:00:00 2001 From: verbiricha Date: Thu, 14 Sep 2023 10:40:21 +0200 Subject: [PATCH] fix: show Connect Accounts when visiting own profile --- src/pages/profile/views/account/AccountInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/profile/views/account/AccountInfo.tsx b/src/pages/profile/views/account/AccountInfo.tsx index ee46a30d2..1df5fc6eb 100644 --- a/src/pages/profile/views/account/AccountInfo.tsx +++ b/src/pages/profile/views/account/AccountInfo.tsx @@ -105,7 +105,7 @@ export const AccountInfo = ({ ) } })} - + {isEdit && userProfile && } )}