diff --git a/component/profile/ProfileDetails.jsx b/component/profile/ProfileDetails.jsx index 2ad5d455..b2f2f97d 100644 --- a/component/profile/ProfileDetails.jsx +++ b/component/profile/ProfileDetails.jsx @@ -12,7 +12,7 @@ export default function ProfileDetails({ userData, userCurrentLogin }) { className={`rounded p-4 h-full text-gray-700 relative ${Profilestyles?.bg_red_110} overflow-auto`} >
- {`${userData.id}` === userCurrentLogin && ( + {`${userData.id}` === `${userCurrentLogin}` && (