diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx index ed82449..8e63f13 100644 --- a/frontend/src/pages/Profile.tsx +++ b/frontend/src/pages/Profile.tsx @@ -608,7 +608,7 @@ const Profile: React.FC = () => { } return ( -
- Notification preferences coming soon... -
-- Privacy and security settings coming soon... -
-@{user.username}
- {user.isVerified && ( - - Verified User - - )} {currentUser && currentUser.id !== user.id && (