- {/* Online Status */}
{(currentData?.userId || currentData?.isOwnProfile) && (
@@ -462,8 +443,6 @@ export function ProfileDialog() {
readOnly={!currentData.isOwnProfile}
placeholder="username" />
-
- {/* Bio */}
{currentData.bio !== undefined && (
)}
- {/* Member Since */}
{currentData.memberSince && (
- {/* Save FAB */}
{currentData.isOwnProfile && (
)}
- {/* Hidden file input */}
-
)}
-
+ onClick={handleLinkClick} />
{message.files && message.files.length > 0 && (