From 6dadad462a489d75e0b865af94c22b81cfe5368e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Tue, 1 Jul 2025 23:19:25 +0200 Subject: [PATCH] pl-fe: remove the code that turns everyone into a girl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- .../src/features/ui/components/panels/profile-info-panel.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/pl-fe/src/features/ui/components/panels/profile-info-panel.tsx b/packages/pl-fe/src/features/ui/components/panels/profile-info-panel.tsx index 698f893e4..888c2b108 100644 --- a/packages/pl-fe/src/features/ui/components/panels/profile-info-panel.tsx +++ b/packages/pl-fe/src/features/ui/components/panels/profile-info-panel.tsx @@ -130,8 +130,6 @@ const ProfileInfoPanel: React.FC = ({ account, username }) => const memberSinceDate = intl.formatDate(account.created_at, { month: 'long', year: 'numeric' }); const badges = getBadges(); - account.pronouns = ['she', 'her']; - return (