pl-fe: remove the code that turns everyone into a girl

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-07-01 23:19:25 +02:00
parent ed240c3806
commit 6dadad462a

View File

@ -130,8 +130,6 @@ const ProfileInfoPanel: React.FC<IProfileInfoPanel> = ({ account, username }) =>
const memberSinceDate = intl.formatDate(account.created_at, { month: 'long', year: 'numeric' });
const badges = getBadges();
account.pronouns = ['she', 'her'];
return (
<div className='mt-6 min-w-0 flex-1 sm:px-2'>
<Stack space={2}>